forked from Simnation/Main
20 lines
240 B
Lua
20 lines
240 B
Lua
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'
|