Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Xmair on Aug 10, 2015, 07:13 AM

Title: Ban issue
Post by: Xmair on Aug 10, 2015, 07:13 AM
Hello guys, I am having a ban issue, I once used /exe FindPlayer(1)Ban(); On a hacker as my /ban was a bit bugged atm. now all t.he players are reporting that they can't join the server it says that you are banned, anything to make them unbanned? I checked the database, No bans found, I deleted the whole database, still the problem occurs
Title: Re: Ban issue
Post by: Mashreq on Aug 10, 2015, 07:36 AM
When you use player.Ban the player's IP gets inserted to a file called vcmp-svr.banlist which is located in your server directory. Removing the IP from the vcmp-svr.banlist file will make the player able to join :)
Title: Re: Ban issue
Post by: Xmair on Aug 10, 2015, 07:37 AM
Thank you, Mashreq, But I did it and I was coming to reply here that I've fixed it myself deleting the file <vcmp-svr.banlist>, Anyway, Thanks.