Ban command is bugged
#2

I bet it's the ban system by SecretBoss. right?
Well, You have to check if the player banned OnPlayerConnect.
Either with his username, or IP:
PHP код:
//Check username
if(SQL::RowExistsEx(""BANS_TABLE"""ban_username"GetName(playerid)))

//Check IP
if(SQL::RowExistsEx(""BANS_TABLE"""ban_ip"GetIP(playerid))) 
take a look on the script you took this from and you will find what I mean under OnPlayerConnect.
Reply


Messages In This Thread
Ban command is bugged - by Fantje - 03.08.2016, 12:09
Re: Ban command is bugged - by oMa37 - 03.08.2016, 12:15
Re: Ban command is bugged - by Fantje - 03.08.2016, 12:17
Re: Ban command is bugged - by oMa37 - 03.08.2016, 12:18
Re: Ban command is bugged - by Fantje - 03.08.2016, 12:19
Re: Ban command is bugged - by oMa37 - 03.08.2016, 12:24
Re: Ban command is bugged - by Sew_Sumi - 03.08.2016, 12:24
Re: Ban command is bugged - by Fantje - 03.08.2016, 12:34
Re: Ban command is bugged - by Fantje - 03.08.2016, 12:37
Re: Ban command is bugged - by BoBiTza - 03.08.2016, 13:44

Forum Jump:


Users browsing this thread: 1 Guest(s)