How can i put marker / arrow on a vehicle? - 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 can i put marker / arrow on a vehicle? (
/showthread.php?tid=179168)
How can i put marker / arrow on a vehicle? -
Matej_ - 25.09.2010
How can I put the yellow marker / arrow on the vehicle ?
Re: How can i put marker / arrow on a vehicle? -
Memoryz - 25.09.2010
You would have to get the location of the vehicle, add a pickup and increase the Z position by like 1-3
Re: How can i put marker / arrow on a vehicle? -
Matej_ - 25.09.2010
Quote:
Originally Posted by Memoryz
You would have to get the location of the vehicle, add a pickup and increase the Z position by like 1-3
|
And which pickup should that be ?
( I need a yellow maker / arrow )
Re: How can i put marker / arrow on a vehicle? -
Memoryz - 25.09.2010
The yellow ones cant be created in 0.3b (Not sure if they are gonna add that in the future versions) because the original one isn't coded in GTA as a pickup.
But a pickup you can use for that is this one:
ID: 1318
Re: How can i put marker / arrow on a vehicle? -
Matej_ - 25.09.2010
Quote:
Originally Posted by Memoryz
The yellow ones cant be created in 0.3b
|
Yes they can be. On one of the missions in XXXXXXXX < (mustn't advertise the server)
there is a yellow
marker / arrow on a truck.
Re: How can i put marker / arrow on a vehicle? -
willsuckformoney - 25.09.2010
Find it yourself, wont be hard. Search ****** for 'SAMP Object IDs' then find one. Click 'ctrl + F' then type in Arrow.
Re: How can i put marker / arrow on a vehicle? -
Vince - 25.09.2010
SetVehicleParamsForPlayer
Then enable the marker.
Re: How can i put marker / arrow on a vehicle? -
Matej_ - 25.09.2010
Quote:
Originally Posted by willsuckformoney
Find it yourself, wont be hard. Search ****** for 'SAMP Object IDs' then find one. Click 'ctrl + F' then type in Arrow.
|
ok I'll try to find it.
Re: How can i put marker / arrow on a vehicle? -
willsuckformoney - 25.09.2010
Try the way Vince said, I never though vehicleparams used that D:
Re: How can i put marker / arrow on a vehicle? -
Matej_ - 25.09.2010
Quote:
Originally Posted by Vince
SetVehicleParamsForPlayer
Then enable the marker.
|
How can I enable the marker ?