Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions [esx_addons]/esx_custom_props/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
fx_version 'adamant'
game 'gta5'
author 'Dirk Uys'
version '0.0.1'
lua54 'yes'


-- Loading YTYP (important for the script)
data_file 'DLC_ITYP_REQUEST' 'stream/halloween.ytyp'



Binary file not shown.
27 changes: 27 additions & 0 deletions [esx_addons]/esx_custom_props/stream/halloween.ytyp
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CMapTypes>
<extensions/>
<archetypes>
<Item type="CBaseArchetypeDef">
<lodDist value="100.00000000"/>
<flags value="32"/>
<specialAttribute value="0"/>
<bbMin x="-0.07768825" y="-0.03843416" z="-0.10890120"/>
<bbMax x="0.07806713" y="0.03833046" z="0.10858550"/>
<bsCentre x="0.00018944" y="-0.00005185" z="-0.00015788"/>
<bsRadius value="0.13915190"/>
<hdTextureDist value="100.00000000"/>
<name>esx_jackolantern</name>
<textureDictionary>esx_jackolantern</textureDictionary>
<clipDictionary/>
<drawableDictionary/>
<physicsDictionary>esx_jackolantern</physicsDictionary>
<assetType>ASSET_TYPE_DRAWABLE</assetType>
<assetName>esx_jackolantern</assetName>
<extensions/>
</Item>
</archetypes>
<name>0x0AD225D7</name>
<dependencies/>
<compositeEntityTypes/>
</CMapTypes>
Loading