Target car
#1

Is it possible to target moving car? Like it updates the position when it moves and shows on map?
Reply
#2

Yes - enable "objective" for that vehicle.

pawn Код:
new
    engine,
    lights,
    alarm,
    doors,
    bonnet,
    boot,
    objective;

GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)