1
0
Fork 0
forked from Simnation/Main

Update fxmanifest.lua

This commit is contained in:
Nordi98 2025-07-26 00:37:04 +02:00
parent 5c34a46413
commit 71293bdbaf

View file

@ -0,0 +1,29 @@
fx_version 'cerulean'
game 'gta5'
author 'YourName'
description 'Vehicle Rental System'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua'
}
dependencies {
'qb-core',
'qb-target',
'ox_lib',
'oxmysql'
}
lua54 'yes'