forked from Simnation/Main
28 lines
329 B
Lua
28 lines
329 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
description 'Grill-Script'
|
|
author 'Nord98'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server.lua'
|
|
}
|
|
|
|
lua54 'yes'
|
|
|
|
dependencies {
|
|
'qb-target',
|
|
'qb-core',
|
|
'ox_lib',
|
|
'tgiann-inventory'
|
|
}
|