ed
This commit is contained in:
parent
49a037f660
commit
1af392096b
5 changed files with 234 additions and 0 deletions
20
resources/[inventory]/nordi_weapon_repair/fxmanifest.lua
Normal file
20
resources/[inventory]/nordi_weapon_repair/fxmanifest.lua
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue