c39103e896
+ Updated Safe-Zones to whitelist air vehicles from being stopped. + Latest version of wl_wars2x police radar. + Updated weapon restrictions. + Fire-Scripts updated to latest version.
27 lines
380 B
Lua
27 lines
380 B
Lua
fx_version 'adamant'
|
|
|
|
games {
|
|
'gta5'
|
|
}
|
|
|
|
author 'GIMI, foregz, Albo1125'
|
|
version '1.7.6'
|
|
description 'Fire Script'
|
|
|
|
client_scripts {
|
|
"config.lua",
|
|
"client/utils.lua",
|
|
"client/fire.lua",
|
|
"client/dispatch.lua",
|
|
"client/main.lua",
|
|
}
|
|
|
|
server_scripts {
|
|
"config.lua",
|
|
"server/utils.lua",
|
|
"server/whitelist.lua",
|
|
"server/fire.lua",
|
|
"server/dispatch.lua",
|
|
"server/main.lua",
|
|
}
|