Simple Questin
#1

So i made a ban system but when i ban myself to test if the player gets banned it dosent show the ban message
i have an exsample that i made but it dosent show the ban message before being kicked

here is the code
pawn Код:
if(pInfo[playerid][Banned] == 1)
    {
       SendClientMessage(playerid,COLOR_RED,"YOU ARE BANNED FROM THIS SERVER");
       Kick(playerid);
       return 1;
    }
Reply


Messages In This Thread
Simple Questin - by DarkLored - 11.02.2014, 02:14
Re: Simple Questin - by CuervO - 11.02.2014, 02:25
Re: Simple Questin - by DarkLored - 11.02.2014, 02:28
Re: Simple Questin - by CuervO - 11.02.2014, 02:54
Re: Simple Questin - by SickAttack - 11.02.2014, 05:02

Forum Jump:


Users browsing this thread: 1 Guest(s)