18.03.2010, 13:28
Sup again, well, now my question is... how can I adjust how many messages that will be sent?
Like, sometimes one message can be sent five times before the other mrssage gets sent.
Thanks
Like, sometimes one message can be sent five times before the other mrssage gets sent.
Код:
forward SendMSG();
Код:
new Announcements[][] = { "Thank you for roleplaying with us, please enjoy your stay here.", "Please remember to visit our new forums at BlaHBlah", "Want to have your own car, skin, house or maybe faction, please donate to the server and help us to keep it alive.", "This is Gangster Roleplay it is not a Deathmatch or a Turf War server.", "If you see a Rule Breaker, Deathmatcher or a Hacker, please (/re)port to an admin." };
Код:
public SendMSG() { new randMSG = random(sizeof(Announcements)); SendClientMessageToAll(COLOR_LIGHTBLUE, Announcements[randMSG]); }