Coding.
#2

use something like GetVehicleParamsEx then check if the engine is on

some thing like this

pawn Код:
if(GetVehicleParamsEx(vehicleid, 1, //others)) //checks if vehicle engine is on
{
//put your textdraw code
}
else if(GetVehicleParamsEx(vehicleid, 0, //others)) //checks if vehicle engine is off
{
//put your textdraw hide code
}
Reply


Messages In This Thread
Coding. - by Nicholas. - 24.03.2012, 03:57
Re: Coding. - by Reklez - 24.03.2012, 04:04
Re: Coding. - by Nicholas. - 24.03.2012, 04:38
Re: Coding. - by MP2 - 24.03.2012, 04:42

Forum Jump:


Users browsing this thread: 2 Guest(s)