SA-MP Forums Archive
Help with this please - 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 with this please (/showthread.php?tid=115682)



Help with this please - pierhs - 25.12.2009

i used ShowPlayerMarkers(0); but I cant use SetPlayerMarkerForPlayer.It only colors the name but I want to use it so when a player is most wanted (6 stars) every body can see him on the map.Any idea?
Thanks


Re: Help with this please - DeathOnaStick - 25.12.2009

Impossible with ShowPlayerMarkers set to 0. You better set under OnPlayerConnect the transparency of the player to 00 (or FF, i dont know which one makes it invisible, but i guess 00). Then delete the transparency again, when you want the player to show up.

Cheers.


Re: Help with this please - pierhs - 25.12.2009

But I use SetPlayerColor too


Re: Help with this please - DeathOnaStick - 25.12.2009

Yea. Use SetPlayerColor's transparency to 00 or smth like this and put it to FF when you want it to be able to be shown. ShowPlayerMarkers switches it for all the players, not just for one and it's not removeable.