new string[128]; GetPlayerName(playerid,string,sizeof(string)); format(string,sizeof(string),"%s[%d]: %s",string,playerid, text); SendClientMessageToAll(GetPlayerColor(playerid), string);