19.09.2009, 09:46
Why not do this:
pawn Код:
if (realchat == 0)
{
new string5[128];
format(string5, sizeof(string5), "[%i] %s", playerid, text);
SendPlayerMessageToAll(playerid,string5);
return 0;
}

