21.07.2012, 08:35
Random Messages System. For servers that needs random messages to help the players understand more about the server and help them when theres a problem. It sends 1 random message to all the Players.
DOWNLOADD: http://pastebin.com/6qukSegi
Change the time of the Message
Код:
#define MESSAGE_TIME 70
How to create more Messages?
Код:
AddRandomMessage("Your msg here"); //You must add one of these^
Код:
#define CURRENT_MESSAGES 9 // Make this the number of messages you have. It must be correct.
Код:
#define MESSAGE_TIME 70 //Change This to How many seconds YOU want for a message to be sent. //I suggest 50.