This commit is contained in:
Nordi98 2025-08-11 18:33:49 +02:00
parent 8955836c2c
commit 7b079c6109
4 changed files with 704 additions and 0 deletions

View file

@ -0,0 +1,24 @@
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'