forked from Simnation/Main
26 lines
356 B
Lua
26 lines
356 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'YourName'
|
|
description 'Taxi System with ox_lib and qb-target'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua',
|
|
'client/stations.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server/main.lua'
|
|
}
|
|
|
|
dependencies {
|
|
'qb-core',
|
|
'ox_lib',
|
|
'qb-target'
|
|
}
|