Need help with my /ban command.
#7

You wouldn't have to change anything really, it's a good system setup in all honesty for perma-bans, just on your unban command, you have to unban an ip, which is pretty hard to do because ingame admins probably wouldn't know the ip, which is why a user created ban system is much better, for my ban system, I can just use a mysql query to unban a certain player so long as I know their name by doing something like this:

Код:
format(fquery,sizeof(fquery),"UPDATE `PlayerBans`SET `UnbanTime`=0 WHERE `Name`='%s'",Name[tID]);
mysql_query(mysql,fquery);
Reply


Messages In This Thread
Need help with my /ban command. - by Sc0pion - 16.03.2015, 18:22
Re: Need help with my /ban command. - by Matess - 16.03.2015, 18:47
Re: Need help with my /ban command. - by Zonoya - 16.03.2015, 18:51
Re: Need help with my /ban command. - by Sc0pion - 16.03.2015, 18:51
Re: Need help with my /ban command. - by Matess - 16.03.2015, 18:55
Re: Need help with my /ban command. - by Sc0pion - 16.03.2015, 18:57
Re: Need help with my /ban command. - by Zonoya - 16.03.2015, 19:01
Re: Need help with my /ban command. - by Sc0pion - 16.03.2015, 19:03

Forum Jump:


Users browsing this thread: 1 Guest(s)