1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/nordi_taxi/fxmanifest.lua
2025-07-30 02:20:13 +02:00

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'
}