[Ajuda] Qual a cagada que to fazendo?
#4

pawn Код:
CMD:banir(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COR_VERMELHO, "[INFO] Vocк nгo й um admin.");
    new giveid;
    new texto[128];
    if(sscanf(params, "us", giveid, texto)) return SendClientMessage(playerid, COR_CINZA, "[INFO] Use: /banir [id/nome].");
    new msgban[128], nome[MAX_PLAYER_NAME], name1[MAX_PLAYER_NAME];
    GetPlayerName(giveid, nome, sizeof(nome));
    GetPlayerName(playerid, name1, sizeof(name1)):
    format(msgban, sizeof(msgban), "O jogador %s foi banido pelo admin %s. Motivo: %s.", nome, name1, texto);
    for(new i = 0; i < GetMaxPlayers(); i++)
        if(IsPlayerConnected(i) && IsPlayerAdmin(i)) SendClientMessage(i, COR_VERMELHO, msgban);
    Ban(giveid);
    return 1;
}
ta ae
Reply


Messages In This Thread
[Ajuda] Qual a cagada que to fazendo? - by ChrisRock - 04.06.2012, 02:56
Re: [Ajuda] Qual a cagada que to fazendo? - by EditPawn - 04.06.2012, 02:57
Re: [Ajuda] Qual a cagada que to fazendo? - by ChrisRock - 04.06.2012, 03:04
Re: [Ajuda] Qual a cagada que to fazendo? - by EditPawn - 04.06.2012, 03:08
Re: [Ajuda] Qual a cagada que to fazendo? - by ChrisRock - 04.06.2012, 03:11
Re: [Ajuda] Qual a cagada que to fazendo? - by EditPawn - 04.06.2012, 03:13

Forum Jump:


Users browsing this thread: 2 Guest(s)