08.04.2014, 14:40
You declared it and got the vehicle ID here:
so remove the other 2 declarations of "vehicleid" in that callback:
should be:
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
pawn Код:
new vehicleid, engine, lights, alarm, doors, bonnet, boot, objective;
pawn Код:
new engine, lights, alarm, doors, bonnet, boot, objective;