Problem messages
#1

How to make messages in the order such as message 1, message 2, message 3 and again message 1 and so on. No randoms.
Code:
SendClientMessageToAll(-1, RandomMSG[random(sizeof(RandomMSG))]);
printf("TEXT: %s", RandomMSG[random(sizeof(RandomMSG))]);
Reply
#2

PHP Code:
new order;
OnGamemodeInIt >> order 0;
Your Func:
>>
SendClientMessageToAll(-1RandomMSG[order]);
printf("TEXT: %s"RandomMSG[order]);
order++;
if(
order sizeof(RandomMSG)) order 0
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)