Quote:
Originally Posted by [ABK]Antonio
pawn Код:
new RandomMessage[9][100] = { "", //All of your random messages go in these "", "", //etc };
SendClientMessageToAll(your_color_here, RandomMessage[random(sizeof(RandomMessage))]);
|
I made it for him already.
But think about it why your solution would not work