Files
Elite-Gaming-FiveM/resources/SmartFiresLite/fxmanifest.lua
T
2025-07-07 12:30:23 -07:00

23 lines
336 B
Lua

fx_version 'bodacious'
games { 'gta5' }
author 'London Studios'
description 'Create and fight realistic fires with a host of features'
version '1.0.0'
lua54 'yes'
client_scripts {
'shared.lua',
'cl_smartfires.lua',
}
server_scripts {
'shared.lua',
'sv_smartfires.lua',
}
escrow_ignore {
'shared.lua'
}
dependency '/assetpacks'