20.06.2010, 07:25
Can you read the warning? "warning 204: symbol is assigned a value that is never used: "messages"" - so what it means? It means that you create a new variable, but it isn't used. So do anything with that variable, show it or something...
Код:
new rand = random(sizeof(messages)); SendClientMessage(playerid, YOUR_COLOR, messages[0][rand]);