unbanip problem
#7

pawn Код:
CMD:unbanip(playerid,params[])
{
    new Ip[16];
    if(PlayerData[playerid][AdminLevel] < 2) return 0;
    if(sscanf(params,"s[16]",Ip)) return SendClientMessage(playerid,0xFFFF6CFF,"USAGE: /unbanip <ip>");
    format(str,sizeof(str),"unbanip %s",Ip);
    SendRconCommand(str);
    SendRconCommand("reloadbans");
    return 1;
}
EDIT: Too late
Reply


Messages In This Thread
unbanip problem - by Tanush123 - 25.08.2011, 17:26
Re: unbanip problem - by Dragony92 - 25.08.2011, 17:27
Re: unbanip problem - by Tanush123 - 25.08.2011, 17:30
Re: unbanip problem - by Dragony92 - 25.08.2011, 17:32
Re: unbanip problem - by Tanush123 - 25.08.2011, 17:37
Re: unbanip problem - by Dragony92 - 25.08.2011, 17:45
Re: unbanip problem - by [MWR]Blood - 25.08.2011, 17:46
Re: unbanip problem - by Tanush123 - 27.08.2011, 04:23
Re: unbanip problem - by Pinguinn - 27.08.2011, 10:27

Forum Jump:


Users browsing this thread: 4 Guest(s)