SA-MP Forums Archive
[Help] Car yellow arrow - 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: [Help] Car yellow arrow (/showthread.php?tid=77352)



[Help] Car yellow arrow - [SaRp]Ryder - 10.05.2009

I want opinions about this .. on my mode when different teams dudes enters a car they are shown on top of it a yellow arrow and everybody can see it on map ... i think it appeared after i added some pickups but then i used /enter /exit and i dont know where those arrow come from..



Re: [Help] Car yellow arrow - MenaceX^ - 10.05.2009

Uh? What is the problem then?


Re: [Help] Car yellow arrow - [SaRp]Ryder - 10.05.2009

when a different team player enters a vehicle it shows a yellow arrow like in single player when it says : go steal the car on the radar ... i will try to look again but i thought is because i removed enter/exits icons ... or because i added onplayerpickup efects
i have a menu at onplayerpickup .. i will try to remove it and make it with /buyguns
but what else can be ?


Re: [Help] Car yellow arrow - [SaRp]Ryder - 14.05.2009

can i get help ?


Re: [Help] Car yellow arrow - MX_Master - 14.05.2009

i'm only can say that in any way you must look for

SetVehicleParamsForPlayer( vehicleid, playerid, objective, doorslocked );

in your gamemode and try to do what you want to do )


Re: [Help] Car yellow arrow - [SaRp]Ryder - 14.05.2009

what you mean ? i meant that if a guy enters a random car ... it will be shown on radar ... as yellow

and i dont know why


Re: [Help] Car yellow arrow - MX_Master - 14.05.2009

will be better to see code instead of words

i think problem in OnPlayerEnterVehicle.
Inside it may be function SetVehicleParamsForPlayer,
which can sets yellow icon for player in any vehicle,
and that is why players will shown as yellow while
they sitting in any vehicles