-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfxmanifest.lua
44 lines (39 loc) · 845 Bytes
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
author 'MGDev - McDo™'
discord 'https://discord.com/invite/9t2ZxNkvjq'
github 'https://github.com/MGDev-McDo'
tebex 'https://mgdev.tebex.io/'
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
version '2.0'
description 'MGDev RageUI GangBuilder w/o reboot'
shared_scripts {
'@es_extended/imports.lua',
'@ox_lib/init.lua',
'shared/locale.lua',
'shared/shared.lua'
}
client_scripts {
'src/RageUI.lua',
'src/Menu.lua',
'src/MenuController.lua',
'src/components/*.lua',
'src/elements/*.lua',
'src/items/*.lua',
'client/main.lua',
'client/builder.lua',
'client/boss.lua',
'client/garage.lua',
'client/inventory.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/*.lua'
}
dependencies {
'ox_lib',
'ox_target',
'oxmysql',
'es_extended',
'esx_datastore'
}