17.02.2014, 18:34
Hi.Try this
Код:
public OnPlayerText(playerid, text[]) { new string[124]; if(PlayerVar[playerid][AdminLevel] > 0) //change this to suit your script { format(string, sizeof(string), "%s says: %s",PlayerName(playerid), text); SendClientMessageToAll(0x00FF00FF, string); } return 0; }