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>
|
<animConvRoofName>brush_truck</animConvRoofName>
|
||||||
<animConvRoofWindowsAffected />
|
<animConvRoofWindowsAffected />
|
||||||
<ptfxAssetName>null</ptfxAssetName>
|
<ptfxAssetName>null</ptfxAssetName>
|
||||||
<audioNameHash>SADLER</audioNameHash>
|
<audioNameHash>
|
||||||
<layout>LAYOUT_RANGER</layout>
|
<layout>LAYOUT_RANGER</layout>
|
||||||
<coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets>
|
<coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets>
|
||||||
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
||||||
|
|
|
@ -8,16 +8,16 @@ Config.debug = true
|
||||||
Config.esxSettings = {
|
Config.esxSettings = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
-- Whether or not to use the new ESX export method
|
-- 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
|
-- Enable this if you're using a very old version of ESX
|
||||||
oldEsx = false,
|
oldEsx = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.qbSettings = {
|
Config.qbSettings = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
-- Whether or not to use the new QBCore export method
|
-- Whether or not to use the new QBCore export method
|
||||||
useNewQBExport = true,
|
useNewQBExport = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Only enable when NOT using ESX or QBCore
|
-- Only enable when NOT using ESX or QBCore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue