-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
38 lines (31 loc) · 794 Bytes
/
config.lua
File metadata and controls
38 lines (31 loc) · 794 Bytes
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
Setup = {}
-- Default game mode configuration.
Setup.Language = "en"
Setup.ServerName = "FiveM-Scripts"
Setup.WelcomeNotification = "CHAR_SOCIAL_CLUB"
Setup.DisplayWelcomeNotification = true
Setup.blips = true
Setup.Money = 800000
Setup.NativeMoney = false
Setup.Currency = "$"
Setup.SpawnPickups = true
Setup.SetTextChatEnabled = false
Setup.TrainsEnabled = true
Setup.debug = false
Setup.EMS = false
Setup.InventoryKey = 56
-- Cinema settings
Setup.CinemaPrice = 10
Setup.CinemaOpen = 10
Setup.CinemaClose = 22
-- Pickups
PickupItems = {
"PICKUP_ARMOUR_STANDARD",
"PICKUP_HEALTH_STANDARD",
"PICKUP_WEAPON_SMG",
"PICKUP_WEAPON_SAWNOFFSHOTGUN",
"PICKUP_WEAPON_ASSAULTRIFLE",
"PICKUP_WEAPON_GRENADE",
"PICKUP_WEAPON_MINISMG",
"PICKUP_WEAPON_AUTOSHOTGUN"
}