2023-03-04 21:16:30 -06:00
|
|
|
Description 'Fire Control Script | Nemesis Gaming Development'
|
2023-02-25 23:13:30 -06:00
|
|
|
author 'deluce#9077'
|
|
|
|
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
|
|
|
|
shared_scripts {
|
|
|
|
"config.lua",
|
|
|
|
}
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
'client/*.lua',
|
|
|
|
}
|
|
|
|
|
|
|
|
escrow_ignore {
|
|
|
|
"config.lua",
|
|
|
|
"README.md",
|
2023-10-21 17:18:17 -05:00
|
|
|
'client/*.lua',
|
2023-02-25 23:13:30 -06:00
|
|
|
}
|
|
|
|
|
2023-03-04 21:16:30 -06:00
|
|
|
lua54 'yes'
|