first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Colin-Joel / DevX Studios'
|
||||
description 'DevX RP core sessions, callbacks and player state'
|
||||
version '0.4.3'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
shared_script 'shared/config.lua'
|
||||
|
||||
-- This helper is loaded by dependent resources using
|
||||
-- @devx_core/client/callbacks.lua. It must be part of the client packfile.
|
||||
files {
|
||||
'client/callbacks.lua'
|
||||
}
|
||||
|
||||
client_script 'client/main.lua'
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
Reference in New Issue
Block a user