[Ajuda] Comando /UNBAN
#6

pawn Код:
COMMAND:unban(playerid,params[])
{
    new IP[80], string[24];
    if(PlayerInfo[playerid][pAdminLevel] <1) return SendClientMessage(playerid,COLOR_RED,"Vocк nгo tem permissгo para fazer isso!");
    if(sscanf(params,"s",IP)) return SendClientMessage(playerid,COLOR_GREY,"USE: /unban [ip]");
    format(String,sizeof(String),"O IP %s foi desbanido by admin %s.",IP,Name[playerid]);
    SendClientMessageToAll(COLOR_RED,String);

    format(string, sizeof(string), "unbanip %s", IP)
    SendRconCommand(string);    
    return 1;
}
Passou batido! hehe
Reply


Messages In This Thread
[Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 17:34
Re: [Ajuda] Comando /UNBAN - by ViniBorn - 13.03.2012, 17:48
Re: [Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 18:22
Re: [Ajuda] Comando /UNBAN - by paulor - 13.03.2012, 18:39
Re: [Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 18:44
Re: [Ajuda] Comando /UNBAN - by paulor - 13.03.2012, 18:45
Re: [Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 18:51
Re: [Ajuda] Comando /UNBAN - by humildadeforever - 13.03.2012, 19:06
Re: [Ajuda] Comando /UNBAN - by paulor - 13.03.2012, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)