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

18 lines
430 B
Lua
Raw Normal View History

2024-12-29 20:03:28 +00:00
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'