[FilterScript] IP Ban by Name System
#10

Quote:
Originally Posted by Christian7073
Посмотреть сообщение
simple and fantastic!
What is "fantastic" at this filterscript?

Why is not better a ban system ? With loading banned names/IPs from a file, or from a database ( MySQL, SQLite ) ... it's much btter like your code:
pawn Код:
else if(!strcmp(pName, "//name not allowed here", true))
     {
       SendClientMessage(playerid, COLOR_PINK,"This name is not allowed");
       Kick(playerid);
     }
And for what is "else" there? can you explain me?
Reply


Messages In This Thread
IP Ban by Name System - by Private200 - 31.10.2012, 15:18
Re: IP Ban by Name System - by Patrick - 31.10.2012, 15:24
Re: IP Ban by Name System - by Christian7073 - 31.10.2012, 15:29
Re: IP Ban by Name System - by Private200 - 31.10.2012, 15:40
Re: IP Ban by Name System - by tyler12 - 31.10.2012, 15:57
Re: IP Ban by Name System - by Private200 - 31.10.2012, 15:59
Re: IP Ban by Name System - by tyler12 - 31.10.2012, 16:04
Re: IP Ban by Name System - by Private200 - 31.10.2012, 16:20
Re: IP Ban by Name System - by tyler12 - 31.10.2012, 16:24
Re: IP Ban by Name System - by Edvin - 31.10.2012, 17:09

Forum Jump:


Users browsing this thread: 3 Guest(s)