Ban system- help.
#1

I'm tring to make my own system.
I made when the player connect this
pawn Код:
if(pInfo[playerid][Banned] == 1)
    {
        SendClientMessage(playerid,RED,"You're banned from this server, You can't join.");
        format(Jstring,sizeof(Jstring),"You're banned for reason: (%s).",pInfo[playerid][Breason]);
        SendClientMessage(playerid,RED,Jstring);
        SetTimerEx("ban2",1,0,"i",playerid);
    }
I made the public kick by the way.
but any time and in the player's value == 1
it doesn't work, and it shows the login dialog.
Reply


Messages In This Thread
Ban system- help. - by ZToPMaN - 31.03.2016, 22:45
Re: Ban system- help. - by ZToPMaN - 01.04.2016, 01:32
Re: Ban system- help. - by itsCody - 01.04.2016, 01:36
Re: Ban system- help. - by ZToPMaN - 01.04.2016, 01:46
Re: Ban system- help. - by itsCody - 01.04.2016, 01:48
Re: Ban system- help. - by ZToPMaN - 01.04.2016, 01:50
Re: Ban system- help. - by ZToPMaN - 02.04.2016, 10:42
Re: Ban system- help. - by introzen - 02.04.2016, 12:04
Re: Ban system- help. - by ZToPMaN - 02.04.2016, 14:18
Re: Ban system- help. - by introzen - 02.04.2016, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)