1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/nordi_infopoint/fxmanifest.lua

27 lines
343 B
Lua
Raw Permalink Normal View History

2025-08-10 17:43:07 +02:00
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'
}