Vehicle Help - 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: Vehicle Help (
/showthread.php?tid=633359)
Vehicle Help -
silverms - 29.04.2017
iv seen in gta single player and on some server a marker on the car
how can I do that?
Re: Vehicle Help -
aoky - 29.04.2017
Use this:
https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint and set it to the players vehicle.
Re: Vehicle Help -
Logic_ - 29.04.2017
PHP код:
SetVehicleParamsForPlayer(vehicleid, forplayerid, 1, 0); // marker will only be available for the streamed player
Use this under OnVehicleStreamIn callback.
Re: Vehicle Help -
silverms - 29.04.2017
ok and how to remove it?