public OnPlayerText(playerid, text[]){ new txt[128]; if(!IsPlayerAdmin(playerid)) format(txt, 128, \"[%d] %s\", playerid, text); else format(txt, 128, \"{33AA33}[%d] %s\", playerid, text); SendPlayerMessageToAll(playerid, txt); return 0;}