forked from AlterGamingNetwork/mellotrainer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path__resource.lua
36 lines (31 loc) · 1.61 KB
/
__resource.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
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description "Server Side Trainer to replace the Lambda Menu. Created by TheStonedTurtle/Michael Goodwin."
ui_page "nui/trainer.html"
files {
"nui/mellotrainer.json",
"nui/trainer.html",
"nui/trainer.js",
"nui/trainer.css",
"nui/Roboto.ttf"
}
client_scripts {
'cl_utils.lua', -- Clientsided utilites.
'cl_variables.lua', -- Create all default variables.
'cl_general.lua', -- User Managment/Trainer Controls/Global Functions
'cl_map.lua', -- Map Blips.
'cl_player.lua', -- Player Toggles & Options
'cl_settings.lua', -- General Settings (Player Blips etc)
'cl_settings_voice.lua', -- Handles all voice-chat related settings
'cl_settings_notifications.lua', -- Handles Player & Death Notifications
'cl_player_skin.lua', -- Player Skins & Props
'cl_player_online.lua', -- Other Player Options (Teleport/Spectate)
'cl_vehicles.lua', -- Vehicle Spawning/Modifications
'cl_weapons.lua', -- Weapon Spawning/Attachments
'cl_admin.lua', -- Handles Admin Menu Access & Options
'cl_noclip.lua', -- Handles all No Clip features
'cl_world.lua' -- World stuff, teleportation
}
server_script 'sv_config.lua' -- MelloTrainer config file
server_script 'sv_main.lua' -- Main serversided file
server_script 'sv_data_saving.lua' -- Data saving system
server_script 'sv_admin.lua' -- Handles Cross-Player Admin Commands