#1

how can i unball all accounts + ip server?
i try deleted the samp.ban but won't work
Reply
#2

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.
Reply
#3

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
PHP код:
TRUNCATE bans
its alot better because its resseting the auto incremented column aswell
Reply
#4

You have to use the rcon command reload bans to remove ip bans
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)