forked from Simnation/Main
ed
This commit is contained in:
parent
d81178fb10
commit
e3605df057
6 changed files with 50 additions and 1 deletions
26
resources/[tools]/nordi_infopoint/fxmanifest.lua
Normal file
26
resources/[tools]/nordi_infopoint/fxmanifest.lua
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue