20.02.2011, 17:50
Put in OnPlayerText callback:
I hope that i have helped
pawn Код:
if(PlayerInfo[playerid][PlayerAdmin] >= 1)
{
new string[128];
format(string,sizeof(string),"{33CCFF}[ADMIN] {FFFFFF}%s",text);
SendClientMessageToAll(0xFFFFFFAA, string);
return 0;//It will stop the normal message that appears when you talk.It will happen only for admins.
}
