HELLPPP!! Player Not Banned!!
#1

I Have This Code to logged in rcon i use settimer on rcon login
pawn Код:
public Hacker(playerid)
new pname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
 if(strcmp(pname, "Lol", true) == 0)
    {
        return 1;
    }
    else
    {
        SendClientMessage(playerid,COLOR_BLUE,"You Are Not Allowed To Login RCON!!!!!!!!!!!!!!!!!!");
        Ban(playerid);
    }
    return 1;
}
But the server didnt ban the player who not allowed to logged in rcon!
Reply


Messages In This Thread
HELLPPP!! Player Not Banned!! - by AnonymouseSAMP - 21.12.2013, 22:53
Re: HELLPPP!! Player Not Banned!! - by Hansrutger - 21.12.2013, 23:40
Re: HELLPPP!! Player Not Banned!! - by Excelize - 22.12.2013, 02:30
Re: HELLPPP!! Player Not Banned!! - by newbie scripter - 22.12.2013, 02:42
Re: HELLPPP!! Player Not Banned!! - by iThePunisher - 22.12.2013, 06:34

Forum Jump:


Users browsing this thread: 1 Guest(s)