This commit is contained in:
Nordi98 2025-07-30 02:20:13 +02:00
parent e3b92cca6f
commit 0f2637b928
3 changed files with 228 additions and 4 deletions

View file

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