glassy look for player markers - 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: glassy look for player markers (
/showthread.php?tid=77353)
glassy look for player markers -
madman227 - 10.05.2009
dose anyone know how to make the player markers in the map look like the glass looking marker..
Thanks MadMan
Re: glassy look for player markers -
CracK - 10.05.2009
Transparent?
Re: glassy look for player markers -
madman227 - 10.05.2009
yes i guess thats what it is do you know how to do this?
Re: glassy look for player markers -
CracK - 10.05.2009
Here >
http://forum.sa-mp.com/index.php?top...2445#msg632445
Re: glassy look for player markers -
madman227 - 10.05.2009
Thanks Crack
Re: glassy look for player markers -
CracK - 10.05.2009
You're welcome!
Re: glassy look for player markers -
madman227 - 10.05.2009
hummm that didnt do the transparent this any thoughts?
Re: glassy look for player markers -
Joe Staff - 10.05.2009
the "FF" found at the end of those colors is the transparency level, 00 = invisible, FF = Fully Visible
Re: glassy look for player markers -
CracK - 10.05.2009
Paste TogglePlayerVisibility(playerid,0); where you want to hide player's marker.
And be sure to SetPlayerColor under OnPlayerConnect.
Re: glassy look for player markers -
madman227 - 10.05.2009
ok thanks guyes it work...MadMan