[Ajuda] Comando
#6

Simples e ъtil.

pawn Код:
CMD:krl(playerid) {
    new celula[70];
    if(IsPlayerAdmin(playerid)) {
        format(celula, sizeof(celula), "O administrador %s mandou todo mundo se fuder", jogador);
        SendClientMessageToAll(-1, celula);
    }
    else return SendClientMessage(playerid, -1, "Voce nao e administrador");
    return 1;
}
Se for fazer em TextDraw, no lugar do SendClientMessageToAll vocк formata a TextDraw.
Reply


Messages In This Thread
Comando - by FabioGTP - 20.01.2015, 16:40
Re: Comando - by NexNix - 20.01.2015, 16:50
Re: Comando - by LucaAllexandre - 20.01.2015, 16:51
Re: Comando - by NexNix - 20.01.2015, 16:57
Re: Comando - by LucaAllexandre - 20.01.2015, 17:01
Re: Comando - by ipsLuan - 20.01.2015, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)