21 lines
994 B
Lua
21 lines
994 B
Lua
------------------------------------------------------------
|
|
-- 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're speeding above 150 MPH! Please Slowdown Or Staff Will Be Alerted!",
|
|
maxspeedwarning = 150,
|
|
StaffAlert = "^9[^1SpeedTrap^9] Player ^1{PLAYER} ^3is going over ^1{SPEED} MPH!",
|
|
StaffAlertCooldown = 60, -- How many seconds should cooldowns be for staff alert message?
|
|
debugEnabled = false,
|
|
webhookEnabled = true,
|
|
webhookURL = "https://discord.com/api/webhooks/547208563680870400/ucatxdILDNy59VSRYYfRY3Qgy1ZjSujraB2hA_-Gy52eUGjF9jVfg5yhue697fMYfTE5",
|
|
}
|
|
--------------------------
|
|
-- ^^^ DO THAT HERE ^^^ --
|
|
--------------------------
|