31.10.2012, 15:18
(
Последний раз редактировалось Private200; 03.11.2012 в 09:20.
)
Hello guys , i made a ban system .
It see the name and then it IP Ban that player , if that name is not allowed .
Easy to use . Just change the name .
The names i used are Lol , lul and lolz , because they can hack your server if someone joins with that names
You can add new names using these lines under OnPlayerConnect :
Hope you like it . Download link :
Mediafire : http://www.mediafire.com/?b4yoafddhoj1lnl
Pastebin : http://pastebin.com/G3rtJ09Q
Now for the people who don't like the ban system , can use the kick system.
It is same , but this one just will kick them !
Download links :
Mediafire : http://www.mediafire.com/?eux5j9gmf6ctbgs
Pastebin : http://pastebin.com/AjjwYNtJ
Screens of kicking system :

Feel free to rep+ .
No mirrors please .
Use it for changes , but don't remove credits .
If wanna share it , get permission please.
Thanks
It see the name and then it IP Ban that player , if that name is not allowed .
Easy to use . Just change the name .
The names i used are Lol , lul and lolz , because they can hack your server if someone joins with that names
You can add new names using these lines under OnPlayerConnect :
pawn Код:
else if(!strcmp(pName, "//name not allowed here", true))
{
SendClientMessage(playerid, COLOR_PINK,"This name is not allowed");
Ban(playerid);
}
Mediafire : http://www.mediafire.com/?b4yoafddhoj1lnl
Pastebin : http://pastebin.com/G3rtJ09Q
Now for the people who don't like the ban system , can use the kick system.
It is same , but this one just will kick them !
Download links :
Mediafire : http://www.mediafire.com/?eux5j9gmf6ctbgs
Pastebin : http://pastebin.com/AjjwYNtJ
Screens of kicking system :

Feel free to rep+ .

No mirrors please .
Use it for changes , but don't remove credits .
If wanna share it , get permission please.
Thanks