SetPlayerColor and PlayerMarker 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerColor and PlayerMarker Help (
/showthread.php?tid=153234)
SetPlayerColor and PlayerMarker Help -
CharlieScene - 08.06.2010
Hello all,
Currently ShowPlayerMarkers are disabled for my GameMode but when ever i have a command /duty and then i do "SetPlayerColor(playerid,COLOR_BLUE"); , It sets the players color that but that Players marker shows up on the Rader, ANyway to make it so When I do SetPlayerColor there marker DOES NOT show up on the rader ?
Re: SetPlayerColor and PlayerMarker Help -
Daren_Jacobson - 08.06.2010
Set the color to transparent (so if you were setting it to blue it would be 0x0000FF00 not 0x0000FFFF)
Re: SetPlayerColor and PlayerMarker Help -
CharlieScene - 08.06.2010
So changing the last two digits to 00 makes it transparent?
Re: SetPlayerColor and PlayerMarker Help -
CharlieScene - 08.06.2010
bumb ? hello
Re: SetPlayerColor and PlayerMarker Help -
Shadow_ - 08.06.2010
What is the script you set for the markers not to show up?
Re: SetPlayerColor and PlayerMarker Help -
nakashor - 08.06.2010
Quote:
Originally Posted by Aang
So changing the last two digits to 00 makes it transparent?
|
Yes.
Changing the last two digits to 00 makes it transparent.
For blue.