Anti-NOP Hacks (Not accurate)
#6

pawn Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(IsLeoVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 1 || IsTruckerVehicle(vehicleid) && PlayerInfo[playerid][pJob] != JOB_TRUCKER)
    {
        TogglePlayerControllable(playerid,false);
        TogglePlayerControllable(playerid,true);
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Anti-NOP Hacks (Not accurate) - by Patrick - 12.09.2013, 14:54
Re: Anti-NOP Hacks (Not accurate) - by Jefff - 12.09.2013, 15:03
Re: Anti-NOP Hacks (Not accurate) - by Patrick - 12.09.2013, 15:05
Re: Anti-NOP Hacks (Not accurate) - by Jefff - 12.09.2013, 15:15
Re: Anti-NOP Hacks (Not accurate) - by Patrick - 12.09.2013, 15:18
Re: Anti-NOP Hacks (Not accurate) - by Jefff - 12.09.2013, 15:20
Re: Anti-NOP Hacks (Not accurate) - by RebeloX - 12.09.2013, 15:22
Re: Anti-NOP Hacks (Not accurate) - by Patrick - 12.09.2013, 15:27
Re: Anti-NOP Hacks (Not accurate) - by Patrick - 12.09.2013, 15:31
Re: Anti-NOP Hacks (Not accurate) - by Patrick - 12.09.2013, 16:06

Forum Jump:


Users browsing this thread: 2 Guest(s)