2025-06-18 02:30:02 +02:00
|
|
|
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
|
2025-06-18 06:13:19 +02:00
|
|
|
description 'Grill-Script'
|
2025-06-21 20:51:28 +02:00
|
|
|
author 'Nord98'
|
2025-06-18 02:30:02 +02:00
|
|
|
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',
|
2025-07-13 23:19:20 +02:00
|
|
|
'ox_lib',
|
|
|
|
'tgiann-inventory'
|
2025-06-18 05:48:40 +02:00
|
|
|
}
|