This commit is contained in:
Nordi98 2025-07-19 01:49:57 +02:00
parent 49a037f660
commit 1af392096b
5 changed files with 234 additions and 0 deletions

View file

@ -0,0 +1,20 @@
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'