1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-25 02:26:26 +02:00
parent 1f3154bce7
commit 873f9b15f7
10 changed files with 316 additions and 104 deletions

View file

@ -0,0 +1,10 @@
fx_version 'cerulean'
game 'gta5'
files {
'stream/props.ytyp'
}
data_file 'DLC_ITYP_REQUEST' 'stream/props.ytyp'
this_is_a_map 'yes'

Binary file not shown.

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<CBaseArchetypeDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<flags value="0" />
<loadedShaderGroup value="0" />
<!-- Nutzt Standard-GTA-Texturen -->
<textureDictionaries />
<!-- Props umgekehrt zugewiesen: -->
<drawableDictionaries>
<Item>prop_bong_01</Item> <!-- Wird als Hookah-Ständer verwendet -->
<Item>prop_x17_res_01</Item> <!-- Enthält v_corp_lngestoolfd (als Bong genutzt) -->
</drawableDictionaries>
<!-- Hitbox angepasst für bessere Platzierung -->
<bbMin x="-0.8" y="-0.8" z="-0.2" /> <!-- Breitere Basis für den Ständer -->
<bbMax x="0.8" y="0.8" z="1.5" /> <!-- Höhere Reichweite für Animationen -->
<!-- Pivotpunkt zentriert -->
<pivot x="0" y="0" z="0" />
<pivotRotation x="0" y="0" z="0" />
</CBaseArchetypeDef>

Binary file not shown.