[Ajuda] Preciso muito de ajuda!
#5

Tente

pawn Код:
COMMAND:ban(playerid, params[])
{

    if(PlayerInfo[playerid][pAdmin] < 3) return SendClientMessage(playerid, CorCinza, "Vocк Nгo й Administrador.");
    if(PlayerInfo[playerid][Trabalhando] != 1) return SendClientMessage(playerid, CorCinza, "Vocк Nгo Estб Trabalhando. ( /sa )");
    if(isnull(params)) return SendClientMessage(playerid, CorCinza, "Use: /ban [ID] [Motivo]");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, CorCinza, "Jogador nгo conectado!");
    GetPlayerName(playerid, Jogador, 23);
    GetPlayerName(id, Outro, 23);
    format(Celula, sizeof(Celula), "%s Foi Banido Pelo Admin %s {33FF00}[ Motivo: %s ].", Outro, Jogador, Texto);
    SendClientMessageToAll(-1, Celula);
    getdate(Ano, Mes, Dia);
    gettime(Hora, Minuto, Segundo);
    format(Celula, sizeof(Celula), "%s Baniu o Player %s Motivo %d (%d/%d/%d - %d:%d:%d)",Jogador,Outro, Texto, Dia, Mes, Ano, Hora, Minuto, Segundo);
    BanKickLog(Celula);
    format(Celula, sizeof(Celula), "JFSAdmin/Banidos/%s.ini", Outro);
    if(!fexist(Celula))
    {

        dini_Create(Celula);
        dini_Set(Celula,"BanidoDoBan", Outro);
        dini_Set(Celula,"AdministradorDoBan", Jogador);
        dini_Set(Celula, "MotivoDoBan", Texto);
        dini_IntSet(Celula, "DiaDoBan", Dia);
        dini_IntSet(Celula, "MкsDoBan", Mes);
        dini_IntSet(Celula, "AnoDoBan", Ano);
        dini_IntSet(Celula, "HoraDoBan", Hora);
        dini_IntSet(Celula, "MinutoDoBan", Minuto);
    }
    Kick(id);
    return true;
}
Reply


Messages In This Thread
Preciso muito de ajuda! - by djlexvi - 15.09.2012, 03:43
Re: Preciso muito de ajuda! - by Coreia - 15.09.2012, 03:51
Re: Preciso muito de ajuda! - by Maklister - 15.09.2012, 03:54
Re: Preciso muito de ajuda! - by djlexvi - 15.09.2012, 04:02
Re: Preciso muito de ajuda! - by Maklister - 15.09.2012, 04:05
Re: Preciso muito de ajuda! - by djlexvi - 15.09.2012, 04:14
Re: Preciso muito de ajuda! - by Maklister - 15.09.2012, 04:15
Re: Preciso muito de ajuda! - by Maklister - 15.09.2012, 04:32
Re: Preciso muito de ajuda! - by Maklister - 15.09.2012, 04:38
Re: Preciso muito de ajuda! - by zSuYaNw - 15.09.2012, 04:59

Forum Jump:


Users browsing this thread: 1 Guest(s)