How to use Yellow Marker? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to use Yellow Marker? (
/showthread.php?tid=72755)
How to use Yellow Marker? -
chenza - 10.04.2009
Screen Shot:
/imageshack/img442/1489/samp131uw5.jpg
Re: How to use Yellow Marker? -
tom_jonez - 10.04.2009
what do u mean "use"?
Re: How to use Yellow Marker? -
DMSOrg - 10.04.2009
SetPlayerVehicleParams I think
Re: How to use Yellow Marker? -
tom_jonez - 10.04.2009
Quote:
Originally Posted by ʎυe‾ʎ
SetPlayerVehicleParams I think
|
um.. no.
Re: How to use Yellow Marker? -
BMUK - 10.04.2009
Quote:
Originally Posted by R4nk3d
Quote:
Originally Posted by ʎυe‾ʎ
SetPlayerVehicleParams I think
|
um.. no.
|
It is, actually
Re: How to use Yellow Marker? -
Weirdosport - 10.04.2009
You use
SetVehicleParamsForPlayer
Re: How to use Yellow Marker? -
tom_jonez - 10.04.2009
Quote:
Originally Posted by BM[UK
]
Quote:
Originally Posted by R4nk3d
Quote:
Originally Posted by ʎυe‾ʎ
SetPlayerVehicleParams I think
|
um.. no.
|
It is, actually 
|
:O
didnt realise it was above the car, i thought it was infront, my mistake. :P forgive me. i thought he was asking how to make the yellow markers for interiors.
Re: How to use Yellow Marker? -
BMUK - 10.04.2009
lol
Re: How to use Yellow Marker? -
chenza - 11.04.2009
Thank... How to Delete Yellow Marker?
Re: How to use Yellow Marker? -
GanG$Ta - 11.04.2009
use your brain...
locked = 1
unlocked = 0
objective(yellow marker) = 1
objective(no yellow marker) = 0
SetVehicleParamsForPlayer(carid,playerid,objective ,locked);
SetVehicleParamsForPlayer(carid,playerid,objective ,locked);
Important note: Disabling the objective works only if the car is respawned after.