1
0
Fork 0
forked from Simnation/Main
Main/resources/[weapons]/[Scripts]/ND_GunAnims/fxmanifest.lua

20 lines
315 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
author "Andyyy7666"
description "Weapon animation system"
version "1.0.0"
fx_version "cerulean"
game "gta5"
lua54 "yes"
files {
"data/*.lua",
"client/weaponanimations.meta"
}
data_file "WEAPON_ANIMATIONS_FILE" "client/weaponanimations.meta"
client_scripts {
"@ox_lib/init.lua",
"client/*.lua"
}