SA-MP Forums Archive
[FilterScript] Ban hammer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Ban hammer (/showthread.php?tid=446777)



Ban hammer - Sellize - 27.06.2013

Ban hammer


I made this quick filterscript in case people might be interested in having this in their server.
Currently all players can access it. This is so that users can put their own admin checking in.
You use /banhammer to toggle the ban hammer.
You get a shotgun, shoot people to ban them (It will send a message to all players)
And type /banhammer to turn it off.
Download:
http://www.mediafire.com/download/ed.../Banhammer.zip
Pastebin:
http://pastebin.com/RQrcdbnX
Pictures:
http://imgur.com/TAbmoW6,Ye4CMR8



Re: Ban hammer - GeniusPobs - 27.06.2013

Look unique, it might be crazy, ppl will try to run far far away from it xd
Btw, i don't think the banned player can get the message after being banned.
Код:
format(string, sizeof(string), "%s has been banned by the {FFC02E}ban hammer{FF0000}!", name);
SendClientMessageToAll(0xFF0000FF, string);
Ban(playerid);



Re: Ban hammer - Sellize - 27.06.2013

Quote:
Originally Posted by GeniusPobs
Посмотреть сообщение
Look unique, it might be crazy, ppl will try to run far far away from it xd
Btw, i don't think the banned player can get the message after being banned.
Код:
format(string, sizeof(string), "%s has been banned by the {FFC02E}ban hammer{FF0000}!", name);
SendClientMessageToAll(0xFF0000FF, string);
Ban(playerid);
Thats true but it was inteded for the banned player not to see it


Re: Ban hammer - feartonyb - 27.06.2013

It's Ban shotgun not Ban hammer


Re: Ban hammer - Sellize - 28.06.2013

Quote:
Originally Posted by feartonyb
Посмотреть сообщение
It's Ban shotgun not Ban hammer
Well yeah but the idea behind it is the ban hammer


Re: Ban hammer - Tuntun - 28.06.2013

Hehehe xd really nice..!


Re: Ban hammer - TheChimpJr - 28.06.2013

hahaha lol not bad xD


Re: Ban hammer - Sellize - 29.06.2013

Thanks for the responses