always checking vehicle?
#4

I apreciate the reply guys! Could I ask for a quick example? The truck types are 403, but they have:
JobInfo[JOB_TRUCKER][jCars][0] through to [4] before them. The trailers are the same but type 435:
JobInfo[JOB_TRUCKER][jTrailers][0]
Could I put:
if(IsTruckerVehicle(vehicleid))
{
SetTimerEx("YOUR_FUNCTION_NAME",1000,true,"i",play erid);
}

on exit:
if(IsTruckerVehicle(vehicleid))
{
KillTimer(YOUR_FUNCTION_NAME);
}

Im quite new to this so i may suck. I also need an explanation on function name? Is that whatever I want? Thanks so much
Reply


Messages In This Thread
always checking vehicle? - by oblexive - 13.07.2012, 04:03
Re: always checking vehicle? - by Yuryfury - 13.07.2012, 04:08
Re: always checking vehicle? - by [MM]RoXoR[FS] - 13.07.2012, 04:30
Re: always checking vehicle? - by oblexive - 13.07.2012, 04:39
Re: always checking vehicle? - by [MM]RoXoR[FS] - 13.07.2012, 05:08
Re: always checking vehicle? - by oblexive - 13.07.2012, 05:35
Re: always checking vehicle? - by PrawkC - 13.07.2012, 05:48
Re: always checking vehicle? - by oblexive - 13.07.2012, 05:53
Re: always checking vehicle? - by oblexive - 13.07.2012, 05:58

Forum Jump:


Users browsing this thread: 1 Guest(s)