ed
This commit is contained in:
parent
600d79af31
commit
5d11084641
136 changed files with 12007 additions and 584 deletions
24
resources/[freizeit]/[gym]/mz-skills/fxmanifest.lua
Normal file
24
resources/[freizeit]/[gym]/mz-skills/fxmanifest.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'mz-skills - a customised fork of B1-skillz created by Kings#4220'
|
||||
|
||||
version '1.1.0'
|
||||
|
||||
shared_script 'config.lua'
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/main.lua',
|
||||
'client/functions.lua',
|
||||
'client/gui.lua'
|
||||
}
|
||||
|
||||
exports {
|
||||
"UpdateSkill",
|
||||
"GetCurrentSkill"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue