Alarm problem, doesn't stops
#2

Maybe try this function? I copied this from SA-MP wiki
pawn Код:
stock DisableVehicleAlarm(vehicleid)
{
    new engine, lights, alarm, doors, bonnet, boot, objective;
    GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
    SetVehicleParamsEx(vehicleid, engine, lights, false, doors, bonnet, boot, objective);
}
Reply


Messages In This Thread
Alarm problem, doesn't stops - by PaulDinam - 23.03.2013, 06:54
Re: Alarm problem, doesn't stops - by greentarch - 23.03.2013, 07:11
Re: Alarm problem, doesn't stops - by PaulDinam - 23.03.2013, 07:15

Forum Jump:


Users browsing this thread: 2 Guest(s)