Need Help with Anti Cheats
#4

pawn Код:
new CurrentInterior[MAX_PLAYERS] ;

stock SetPlayerIntEx(playerid, interior)
{
    CurrentInterior[playerid] = interior;
    SetPlayerInterior(playerid, interior);
    return 1;
}

if(CurrentInterior[i] !=  GetPlayerInterior(i))
{
    BanMessages(i, "Interior Hack");
}

public OnEnterExitModShop(playerid, enterexit, interiorid)
{
    CurrentInterior[playerid] = interiorid;//This sets the current interior to the new interior the player has entered
    return 1;
}
Reply


Messages In This Thread
Need Help with Anti Cheats - by MBilal - 25.07.2015, 10:25
Re: Need Help with Anti Cheats - by M4D - 25.07.2015, 10:48
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 10:52
Re: Need Help with Anti Cheats - by xVIP3Rx - 25.07.2015, 11:03
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 11:34
Re: Need Help with Anti Cheats - by M4D - 25.07.2015, 11:48
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 12:23
Re: Need Help with Anti Cheats - by M4D - 25.07.2015, 12:36
Re: Need Help with Anti Cheats - by xVIP3Rx - 25.07.2015, 13:31
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 13:42

Forum Jump:


Users browsing this thread: 4 Guest(s)