17.02.2018, 21:20
Код:
new bool:Bloqueado[MAX_PLAYERS];
public OnPlayerText(playerid, text[]){
if(Bloqueado[playerid] == false){
new string[128];
format(string, 128, "%s disse: %s", playerName[playerid], text);
SendPlayerMessageToAll(playerid, string);
}
return 0;
}

