forked from Simnation/Main
25 lines
267 B
Lua
25 lines
267 B
Lua
![]() |
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
|
||
|
description 'QBCore Train System with ox_lib'
|
||
|
version '2.0.0'
|
||
|
|
||
|
shared_scripts {
|
||
|
'config.lua'
|
||
|
}
|
||
|
|
||
|
client_scripts {
|
||
|
'client.lua'
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'server.lua'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
'qb-core',
|
||
|
'ox_lib'
|
||
|
}
|
||
|
|
||
|
lua54 'yes'
|