SA-MP Forums Archive
SetplayerColor - 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 (/showthread.php?tid=277398)



SetplayerColor - Admigo - 17.08.2011

Heey guys,
I have team deathmatch and i want to make a class who can be invisible on map.
How can i make someone invisible on map but have the same colour as team?


Re: SetplayerColor - rekatluos - 17.08.2011

https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

color New color. Set the alpha part to 00 for an invisible blip. This works because 00 will set the transparency to nothing, which is invisible.


Re: SetplayerColor - Admigo - 17.08.2011

Quote:
Originally Posted by rekatluos
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

color New color. Set the alpha part to 00 for an invisible blip. This works because 00 will set the transparency to nothing, which is invisible.
Thanks dude