[HELP] text
#1

Hello I was make when anticheat ban player let say for jetpack then he get text in abanreason Jetpack and I have put on onplayerdisconnect if player has no abanreason variable set to 1 then it just store text no banned it's okay for know and the problem is I was today get banned for jetpack and first before I disconnect I get stored text in variable abanreason text Jetpack which is fine and when I disconnect that text was updated to no banned if you know what I mean

here is on onplayerdisconnect

pawn Код:
if(PlayerInfo[playerid][ABanned] == 0)
    {
        new abanstr[128];
        format(abanstr,128,"No banned");
        strmid(PlayerInfo[playerid][ABanReason],abanstr,0,strlen(abanstr),255);
    }
Reply


Messages In This Thread
[HELP] text - by Luca12 - 02.06.2014, 05:57
Re: [HELP] text - by Luca12 - 03.06.2014, 08:21
Re: [HELP] text - by BroZeus - 03.06.2014, 13:06
Re: [HELP] text - by Luca12 - 03.06.2014, 13:15

Forum Jump:


Users browsing this thread: 2 Guest(s)