forked from Simnation/Main
ed
This commit is contained in:
parent
78aad3a9a8
commit
bb893ec170
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
<animConvRoofName>brush_truck</animConvRoofName>
|
||||
<animConvRoofWindowsAffected />
|
||||
<ptfxAssetName>null</ptfxAssetName>
|
||||
<audioNameHash>SADLER</audioNameHash>
|
||||
<audioNameHash>
|
||||
<layout>LAYOUT_RANGER</layout>
|
||||
<coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets>
|
||||
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
||||
|
|
|
@ -8,16 +8,16 @@ Config.debug = true
|
|||
Config.esxSettings = {
|
||||
enabled = false,
|
||||
-- Whether or not to use the new ESX export method
|
||||
useNewESXExport = true,
|
||||
useNewESXExport = false,
|
||||
|
||||
-- Enable this if you're using a very old version of ESX
|
||||
oldEsx = false,
|
||||
}
|
||||
|
||||
Config.qbSettings = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
-- Whether or not to use the new QBCore export method
|
||||
useNewQBExport = true,
|
||||
useNewQBExport = false,
|
||||
}
|
||||
|
||||
-- Only enable when NOT using ESX or QBCore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue