-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.lua
42 lines (39 loc) · 1.05 KB
/
config.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
-- Change your database credentials.
database = {
host = "127.0.0.1",
name = "changeme",
username = "changeme",
password = "changeme"
}
-- Configure the coordinates where the player gets spawned when he joins the server.
spawnCoords = {x=464.091, y=-997.166, z=24.915}
-- Random skins
skins = {"a_m_y_skater_01",
"a_m_y_skater_02",
"a_m_m_beach_01",
"a_m_m_bevhills_01",
"a_m_m_bevhills_02",
"a_m_m_business_01",
"a_m_m_eastsa_01",
"a_m_m_eastsa_02",
"a_m_m_farmer_01",
"a_m_m_genfat_01",
"a_m_m_golfer_01",
"a_m_m_hillbilly_01",
"a_m_m_indian_01",
"a_m_m_mexcntry_01",
"a_m_m_paparazzi_01",
"a_m_m_tramp_01",
"a_m_y_hiker_01",
"a_m_y_hippy_01",
"a_m_y_genstreet_01",
"a_m_m_socenlat_01",
"a_m_m_og_boss_01",
"a_f_y_tourist_02",
"a_f_y_tourist_01",
"a_f_y_soucent_01",
"a_f_y_scdressy_01",
"a_m_y_cyclist_01",
"a_m_y_golfer_01"
}
require "resources/essentialmode/lib/MySQL"