Can't check if the car lights are on/off
#2

Correct way:
Код:
GetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,lights,alarm,doors,bonnet,boot,objective)
if(lights != 1)
{
SetVehicleParamsEx(GetPlayerVehicleID(playerid),engine,true,alarm,doors,bonnet,boot,objective);
return 1;
}
Reply


Messages In This Thread
Can't check if the car lights are on/off - by Moron - 24.11.2012, 09:43
Re: Can't check if the car lights are on/off - by BrandyPenguin - 24.11.2012, 09:58
Re: Can't check if the car lights are on/off - by Moron - 24.11.2012, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)