unban - 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)
+--- Thread: unban (
/showthread.php?tid=657672)
unban -
tobi736 - 13.08.2018
how can i unball all accounts + ip server?
i try deleted the samp.ban but won't work
Re: unban -
UFF - 13.08.2018
Are your bans stored in a MySQL database?
If yes, you can execute something like
PHP код:
DELETE * FROM `bans';
Or if you are using script files for saving, you can just delete the content in the "bans" folder or wherever your bans are stored.
Re: unban -
Banditul18 - 13.08.2018
Quote:
Originally Posted by UFF
Are your bans stored in a MySQL database?
If yes, you can execute something like
PHP код:
DELETE * FROM `bans';
Or if you are using script files for saving, you can just delete the content in the "bans" folder or wherever your bans are stored.
|
Actually
its alot better because its resseting the auto incremented column aswell
Re: unban -
Akeem - 14.08.2018
You have to use the rcon command reload bans to remove ip bans