3166d07630
This reverts commit 1db0679366368dc63002eb806a00feb02f4ae15d, reversing changes made to b9b9a6fda52ce7698077f03989c4eecd0a848389.
45 lines
2.6 KiB
Lua
45 lines
2.6 KiB
Lua
-----------------------------------------------------------------
|
|
-----------------------------------------------------------------
|
|
--------------------Made by ServerCopMug#0392--------------------
|
|
----------------Customizable-Response-Commands-------------------
|
|
-----------------------------------------------------------------
|
|
|
|
|
|
--------**To add more links copy and paste the lines below**--------
|
|
--------**To change the colors of the message follow this page: https://forum.cfx.re/t/chat-formatting-colors-bold-underline/67641**--------
|
|
|
|
--------------------RESPONSE COMMANDS--------------------------
|
|
|
|
RegisterCommand("discord", function(source, args, rawCommand) -------- replace "discord" with any other command you want **DON'T INCLUDE /**
|
|
TriggerEvent("chatMessage", "^*^8[Our Discord:] ^7https://discord.gg/2XvwvgR") ------- change message in the ""
|
|
end)
|
|
|
|
--RegisterCommand("cad", function(source, args, rawCommand) ------- replace "cad" with any other command you want DON'T INCLUDE /
|
|
-- TriggerEvent("chatMessage", "^*^8[Our CAD:] ^7https://cad.elite-gaming.co.uk/") ------- change message in the ""
|
|
--end)
|
|
|
|
RegisterCommand("website", function(source, args, rawCommand) ------- replace "website" with any other command you want DON'T INCLUDE /
|
|
TriggerEvent("chatMessage", "^*^8[Our Website:] ^7https://elite-gaming.co.uk/") ------- change message in the ""
|
|
end)
|
|
|
|
RegisterCommand("forum", function(source, args, rawCommand) ------- replace "website" with any other command you want DON'T INCLUDE /
|
|
TriggerEvent("chatMessage", "^*^8[Our Forum:] ^7https://forum.elite-gaming.co.uk/") ------- change message in the ""
|
|
end)
|
|
|
|
--RegisterCommand("commands", function(source, args, rawCommand) ------- replace "commands" with any other command you want DON'T INCLUDE /
|
|
-- TriggerEvent("chatMessage", "^*^8[Commands:] ^7/website, /cad, /discord, /cars, /info, /help") ------- change message in the ""
|
|
--end)
|
|
|
|
--RegisterCommand("cars", function(source, args, rawCommand) ------- replace "cars" with any other command you want DON'T INCLUDE /
|
|
-- TriggerEvent("chatMessage", "^*^8[Custom Car Spawn Codes:] ^7CAR1, CAR2, CAR3, CAR4, CAR5") ------- change message in the ""
|
|
--end)
|
|
|
|
--RegisterCommand("info", function(source, args, rawCommand) ------- replace "info" with any other command you want DON'T INCLUDE /
|
|
-- TriggerEvent("chatMessage", "^*^8[Server Info:] ^7Some server info...") ------- change message in the ""
|
|
--end)
|
|
|
|
--RegisterCommand("help", function(source, args, rawCommand) ------- replace "help" with any other command you want DON'T INCLUDE /
|
|
-- TriggerEvent("chatMessage", "^*^8[Help:] ^7Some help...") ------- change message in the ""
|
|
--end)
|
|
|