SA-MP Forums Archive
pick up over car? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: pick up over car? (/showthread.php?tid=533246)



pick up over car? - Metharon - 23.08.2014




how i create an pick who go up and down to indicate is the car ... the pickup i mean ?


Re: pick up over car? - Kyance - 23.08.2014

https://sampwiki.blast.hk/wiki/SetVehicleParamsEx

objective: 0 to disable the objective, 1 to show it. This is a bobbing yellow arrow above the vehicle.
Example;
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); //This will enable the objective(arrow)



Re: pick up over car? - Metharon - 23.08.2014

wait , but how for example i want to show the arrow only for 1 player ? // for jobs