Admins, Ban & Kick
#1

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
Reply
#2

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

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.
Reply
#4

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)