SA-MP Forums Archive
Admins, Ban & Kick - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Admins, Ban & Kick (/showthread.php?tid=78498)



Admins, Ban & Kick - Chrham_2 - 20.05.2009

Hello. As I've said, I just started a server from scratch. I have done much to it. But one thing, While im building there comes hackers, spammers. Well, you say: "J4$t b@n thЈm" But HOW? First I need to create Admin System, and ban command and kick commands (Which is only availible for admins).

I would like a tutorial for it.

If you can find it, please post it here.

YES, I used the search engine here on the forums and ******..
but didn't find any results


Re: Admins, Ban & Kick - Gamer007 - 20.05.2009

Код:
 	if(strcmp(cmdtext, "/ban", true) == 0)
 	{
    Ban(playerid);
return 1;
}



Re: Admins, Ban & Kick - Correlli - 20.05.2009

SA-MP has its own rcon system: https://sampwiki.blast.hk/wiki/Controlli...#RCON_Commands
You can kick/ban with it, too.

There are a lot of AdminScripts in this board: http://forum.sa-mp.com/index.php?board=62.0


Quote:
Originally Posted by Gamer007
Код:
 	if(strcmp(cmdtext, "/ban", true) == 0)
 	{
    Ban(playerid);
return 1;
}
And with that you can only ban yourself.


Re: Admins, Ban & Kick - Lewwy - 20.05.2009

I'm sure plenty of people have tried that command. Haha.


Re: Admins, Ban & Kick - BP13 - 20.05.2009

you could download this admin system http://forum.sa-mp.com/index.php?topic=36990.0