08.11.2014, 20:53
Try this:
This should check if the vehicle isn't a trucker vehicle OR the player isn't using the trucker class.
pawn Код:
if((IsTruckerVehicle(vehicleid) == 0) || (PlayerInfo[playerid][pJob] != JOB_TRUCKER))

