World of Scripters!

Filterscripts. => Commands. => Topic started by: Kalroz on July 29, 2012, 04:18:18 pm


Title: Banme command.[Simple]
Post by: Kalroz on July 29, 2012, 04:18:18 pm
BAN ME COMMAND.(SIMPLE)

Introduction[/color]
Hello all,
This is a ban me command which is very simple to make.
When a user types /banme,he/she will be banned with a reason.

Requirements
ZCMD,to make cmd more easier.

Code: [Select]
CMD:banme(playerid, params [])
{
#pragma unused params
      BanEx(playerid,''You banned yourself,but can't unban yourself :P'');
      return 1;
}
Errors:if got some errors,post here.
Also if there's any mistake,post here.
Title: Re: Banme command.[Simple]
Post by: YoUnG_Ca$h on July 29, 2012, 06:27:30 pm
Nice.
Title: Re: Banme command.[Simple]
Post by: Lordz on July 31, 2012, 07:45:12 pm
I liked your reason.
You've banned yourself but cannot unban yourself......
Lol.