SA-MP Forums Archive
Auto Un-Banning - 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: Auto Un-Banning (/showthread.php?tid=96651)



Auto Un-Banning - jamesb93 - 09.09.2009

Hey Guys,

I realize that the samp_ban only loads when the GM starts but is there a way to do it without restarting the server. Something easier that mysql?


ANy help would be good

Thanks
James


Re: Auto Un-Banning - woot - 09.09.2009

Well yeah, like you said, MySQL is the best possibility.
You might wanna try files, but I can't assure you anything.
Maybe create a file with the IP when someone is being banned, check if the file exists if a player connects, and delete it with fdelete


Re: Auto Un-Banning - jamesb93 - 09.09.2009

Quote:

Well yeah, like you said, MySQL is the best possibility.
You might wanna try files, but I can't assure you anything.
Maybe create a file with the IP when someone is being banned, check if the file exists if a player connects, and delete it with fdelete

Thanks, I think the files are the best way to go since I fail at mysql.