-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.lua
20 lines (19 loc) · 921 Bytes
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
------------------------------------------------------------
-- SpeedTrap- A Simple FiveM Script, Made By Jordan.#2139 --
------------------------------------------------------------
------------------------------------------------------
-- CONFIG YOUR WARNING MESSAGE HERE WHEN GOING 150+ --
-- CONFIG YOUR MAX ALLOWED SPEED BEFORE WARNING --
------------------------------------------------------
Config = {
warningmsg = "You Must Be Whitelisted To Go Over 150 MPH Please Slowdown Or An Admin Will Be Alerted!",
maxspeedwarning = 150,
StaffAlert = "^9[^7SpeedTrap^9] Player ^1{PLAYER} ^3is going over ^1{SPEED}",
StaffAlertCooldown = 60, -- How many seconds should cooldowns be for staff alert message?
debugEnabled = false,
webhookEnabled = true,
webhookURL = "YOUR_WEBHOOK_HERE",
}
--------------------------
-- ^^^ DO THAT HERE ^^^ --
--------------------------