zcmd to ip ban
#2

1. Next Time use this Topic: https://sampforum.blast.hk/showthread.php?tid=187229
2.
Quote:

COMMAND:banip(playerid, params[])
{
new ip[20];
if(sscanf(params, "s[20]", ip)) return SendClientMessage(playerid, COLOR_RED, "Usage: /banip [ip]");
new string[256];
format(string,sizeof(string),"banip %s",ip);
SendRconCommand(string);
SendClientMessage(playerid,COLOR_PINK,"IP banned!");

}
return 1;
}

Reply


Messages In This Thread
zcmd to ip ban - by Fiore - 29.12.2012, 21:57
AW: zcmd to ip ban - by Blackazur - 29.12.2012, 21:59
Re: zcmd to ip ban - by Mr.Anonymous - 29.12.2012, 22:06
Re: zcmd to ip ban - by Fiore - 29.12.2012, 22:07
Re: zcmd to ip ban - by Mr.Anonymous - 29.12.2012, 22:18
Re: zcmd to ip ban - by Fiore - 29.12.2012, 22:25
Re: zcmd to ip ban - by Mr.Anonymous - 29.12.2012, 22:30
Re: zcmd to ip ban - by Fiore - 29.12.2012, 22:35
Re: zcmd to ip ban - by Mr.Anonymous - 29.12.2012, 22:37
Re: zcmd to ip ban - by Fiore - 29.12.2012, 22:40

Forum Jump:


Users browsing this thread: 2 Guest(s)