Ban player can still connect
#2

Make sure that the variable pIsBan is the same variable you write/load when you save/load the player.

Код:
pInfo[id][pIsBan] = 1;
new INI:File = INI_Open(UserPath(id));
INI_SetTag(File,"data");
INI_WriteInt(File,"Banned", pInfo[id][pIsBan]);
INI_Close(File);
Reply


Messages In This Thread
Ban player can still connect - by fuckingcruse - 14.04.2016, 08:57
Re: Ban player can still connect - by -CaRRoT - 14.04.2016, 09:06
Re: Ban player can still connect - by biker122 - 14.04.2016, 09:23
Re: Ban player can still connect - by fuckingcruse - 14.04.2016, 09:28
Re: Ban player can still connect - by NeXoR - 14.04.2016, 09:48
Re: Ban player can still connect - by Pottus - 14.04.2016, 09:51
Re: Ban player can still connect - by itsCody - 14.04.2016, 09:52
Re: Ban player can still connect - by NeXoR - 14.04.2016, 09:56
Re: Ban player can still connect - by AmigaBlizzard - 14.04.2016, 14:23
Re: Ban player can still connect - by sampkinq - 14.04.2016, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)