Scripts/resources/[qb]/[qb_core]/qb-weapons/fxmanifest.lua
2024-12-29 21:03:28 +01:00

18 lines
430 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'DonHulieo'
description 'Weapons logic script, with attachment and weapon durabilty, weapon repairs and gun damage control.'
version '1.0.8'
shared_scripts {'@qb-core/shared/locale.lua', 'locales/da.lua', 'config.lua'}
server_script 'server/main.lua'
client_script 'client/main.lua'
files {'weaponsnspistol.meta'}
data_file 'WEAPONINFO_FILE_PATCH' 'weaponsnspistol.meta'
lua54 'yes'