[Pedido] Ignorar player
#2

Код:
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; 
}
Reply


Messages In This Thread
Ignorar player - by mvrky - 17.02.2018, 17:17
Re: Ignorar player - by Ermanhaut - 17.02.2018, 21:20
Re: Ignorar player - by RodrigoMSR - 17.02.2018, 21:48
Re: Ignorar player - by JohnBlack - 17.02.2018, 22:01
Re: Ignorar player - by Ermanhaut - 17.02.2018, 23:13

Forum Jump:


Users browsing this thread: 3 Guest(s)