1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-13 16:59:56 +02:00
parent 51afdd4a49
commit a375c26f9f
3 changed files with 278 additions and 0 deletions

View file

@ -0,0 +1,20 @@
fx_version 'cerulean'
game 'gta5'
author 'Dein Name'
description 'QBCore Train Scenario Trigger Script'
version '1.0.0'
server_scripts {
'server.lua'
}
client_scripts {
'client.lua'
}
dependencies {
'qb-core'
}
lua54 'yes'