Files
2024-08-12 19:17:09 -07:00

30 lines
412 B
Lua

shared_script '@WolfShield/WolfShield.lua'
fx_version "cerulean"
game "gta5"
author 'miraf'
description "Better Flashlight with a custom animation"
version '1.2.4'
lua54 'yes'
client_scripts {
"config.lua",
"locale.lua",
"locales/*.lua",
"client/*.lua",
"customhelp.lua"
}
escrow_ignore {
"config.lua",
"locales/*.lua",
"customhelp.lua"
}
server_scripts{
"server/*.lua"
}
dependency '/assetpacks'