22.10.2012, 13:45
Replace SendClientMessageToAll with:
Enter your color and text that you had at your SendClientMessageToAll.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) && playerid != i)
{
SendClientMessage(i,YOURCOLOR,"Here your text");
}
}