forked from Simnation/Main
26 lines
320 B
Lua
26 lines
320 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
description 'Container Heist Script'
|
|
author 'Your Name'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server/main.lua'
|
|
}
|
|
|
|
lua54 'yes'
|
|
|
|
dependencies {
|
|
'ox_lib',
|
|
'tgiann-inventory'
|
|
}
|