i need Ban unban command
#9

If he does it this way, he is gonna ban himself.

Код:
CMD:ban(playerid,params[])
{
new targetid,reason[105];
if(sscanf(params, "us[105]", targetid,reason)) return SendClientMessage(playerid,yellow, /ban [playerid] [reason]");
Ban(playerid);
}
do it like this

Код:
CMD:ban(playerid,params[])
{
new targetid, reason[105];
if(sscanf(params, "us[105]", targetid,reason)) return SendClientMessage(playerid,yellow, /ban [playerid] [reason]");
Ban(targetid);
}
Reply


Messages In This Thread
i need Ban unban command - by AldoT - 21.06.2013, 14:21
AW: i need Ban unban command - by Blackazur - 21.06.2013, 14:27
Re: i need Ban unban command - by doreto - 21.06.2013, 14:27
Re: i need Ban unban command - by ScripteRNaBEEL - 21.06.2013, 14:34
Re: i need Ban unban command - by Areax - 21.06.2013, 14:35
Re: i need Ban unban command - by ScripteRNaBEEL - 21.06.2013, 14:37
Re: i need Ban unban command - by Areax - 21.06.2013, 14:39
Re: i need Ban unban command - by Lisaax - 21.06.2013, 14:58
Re: i need Ban unban command - by ivanVU - 21.06.2013, 15:25

Forum Jump:


Users browsing this thread: 1 Guest(s)