Simple VehicleParams question
#1

How do I do somthing like:

pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,lights,alarm,doors,bonnet,boot,objective);
if engine == 0
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
Reply
#2

PHP код:
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,lights,alarm,doors,bonnet,boot,objective);
if(
engine == 0)
{
// code

Reply
#3

Thanks!

+1 Rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)