forked from Simnation/Main
21 lines
299 B
Lua
21 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'
|