forked from Simnation/Main
ed
This commit is contained in:
parent
51afdd4a49
commit
a375c26f9f
3 changed files with 278 additions and 0 deletions
20
resources/[standalone]/start_train/fxmanifest.lua
Normal file
20
resources/[standalone]/start_train/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue