Question: SetVehicleParamsEx/GetVehicleParamsEx
#1

Right. I understand how to use SetVehicleParamsEx perfectly, however, what i would like to know is:
Is there a way that i can get it to check if the engine in GetVehicleParamsEx is equal to 1 (on)?
If not, then i think this is maybe something that would be useful?


Thanks,
Ben
Reply
#2

pawn Код:
new engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx(engine, lights, alarm, doors, bonnet, boot, objective);
if(engine)
{
     //here you go...
}
Reply
#3

Ok, Thanks Cank. I'll try it and see if it works.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)