23.11.2012, 19:52
How do I do somthing like:
This is probably not it, this is what I mean though. Like it checks the engine status and if it's off it continues... How do I do this?
Thanks: jakejohnsonusa
pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,lights,alarm,doors,bonnet,boot,objective);
if engine == 0
Thanks: jakejohnsonusa