Unbann command help +rep
#6

Quote:
Originally Posted by Beljulji
Посмотреть сообщение
any help?
Try this.

Код:
dcmd_unbanip(playerid, params[])
{
    new ip[16];
    if(sscanf(params, "s[16]", ip)) return SendClientMessage(playerid, -1, "USAGE: /unbanip [ip]");
    new string[256];
    format(string, sizeof string, "unbanip %s", ip);
    SendRconCommand(string);
    return 1;
}
Reply


Messages In This Thread
Unbann command help +rep - by Beljulji - 30.10.2012, 22:14
Re: Unbann command help +rep - by JhnzRep - 30.10.2012, 22:20
Re: Unbann command help +rep - by Deron_Green - 30.10.2012, 22:23
Re: Unbann command help +rep - by Beljulji - 30.10.2012, 22:35
Re: Unbann command help +rep - by Beljulji - 31.10.2012, 00:34
Re: Unbann command help +rep - by guitarmandanny - 31.10.2012, 02:09
Re: Unbann command help +rep - by IceBilizard - 31.10.2012, 10:23

Forum Jump:


Users browsing this thread: 2 Guest(s)