1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_weapon_repair/fxmanifest.lua
2025-07-19 01:49:57 +02:00

20 lines
299 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'Your Name'
description 'Weapon Repair Script for tgiann-inventory'
version '1.0.0'
shared_scripts {
'@qb-core/shared/locale.lua', -- Remove if not using QBCore
}
client_scripts {
'client.lua',
}
server_scripts {
'server.lua',
}
lua54 'yes'