IsPlayerInVehicle
#1

why this is not working ?

pawn Код:
public OnPlayerUpdate(playerid)
{  
    new vehicleid;
    vehicleid = IsPlayerInVehicle(playerid,vehicleid);
    if(vehicleid == 598) return SetPlayerWantedLevel(playerid, 4);
    return 1;
}
Reply


Messages In This Thread
IsPlayerInVehicle - by AnonScripter - 23.09.2013, 20:45
Re: IsPlayerInVehicle - by DanishHaq - 23.09.2013, 20:47
Re: IsPlayerInVehicle - by AnonScripter - 23.09.2013, 20:54
Re: IsPlayerInVehicle - by DanishHaq - 23.09.2013, 20:56
Re: IsPlayerInVehicle - by AnonScripter - 23.09.2013, 21:09
Re: IsPlayerInVehicle - by DanishHaq - 23.09.2013, 21:12
Re: IsPlayerInVehicle - by AnonScripter - 23.09.2013, 21:19
Re: IsPlayerInVehicle - by Konstantinos - 23.09.2013, 21:44
Re: IsPlayerInVehicle - by AnonScripter - 23.09.2013, 22:18
Re: IsPlayerInVehicle - by PT - 23.09.2013, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)