1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-10 17:43:07 +02:00
parent d81178fb10
commit e3605df057
6 changed files with 50 additions and 1 deletions

View file

@ -0,0 +1,26 @@
fx_version 'cerulean'
game 'gta5'
author 'YourName'
description 'QBCore Infopoint System'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client/main.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
dependencies {
'qb-core',
'ox_lib',
'oxmysql'
}