How do I check if the boot is open or not?
#8

pawn Код:
new vid, engine, lights, alarm, doors, bonnet, boot, objective;
vid = GetPlayerVehicleID(playerid);
GetVehicleParamsEx(vid, engine, lights, alarm, doors, bonnet, boot, objective);

if (boot == 1)
{
    // Boot is open
}
else
{
    // Boot is closed
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)