Scripts/resources/[qb]/[qb_core]/qb-weapons/fxmanifest.lua

18 lines
429 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
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'