forked from Simnation/Main
shisha
This commit is contained in:
parent
1f3154bce7
commit
873f9b15f7
10 changed files with 316 additions and 104 deletions
10
resources/[props]/hookah/fxmanifest.lua
Normal file
10
resources/[props]/hookah/fxmanifest.lua
Normal 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'
|
BIN
resources/[props]/hookah/stream/prop_bong_01.ydr
Normal file
BIN
resources/[props]/hookah/stream/prop_bong_01.ydr
Normal file
Binary file not shown.
18
resources/[props]/hookah/stream/props.ytyp
Normal file
18
resources/[props]/hookah/stream/props.ytyp
Normal 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>
|
BIN
resources/[props]/hookah/stream/v_corp_lngestoolfd.ydr
Normal file
BIN
resources/[props]/hookah/stream/v_corp_lngestoolfd.ydr
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue