Make someone invisible - 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: Make someone invisible (
/showthread.php?tid=162679)
Make someone invisible -
LifeStyle - 24.07.2010
I want to make 1 certain player invisible for the radar.. How?
Re: Make someone invisible -
Kitten - 24.07.2010
Код:
SetPlayerVirtualWorld(playerid, 3);
Re: Make someone invisible -
LifeStyle - 24.07.2010
Well, i am making a Hide & Seek map.. So 1 player has to be invisible. from the radar
Re: Make someone invisible -
x-unit - 24.07.2010
yes you can change his virtual world but then he will be not able to see other players either.
I think that he means to make something like ShowPlayerMarkers but for one player only
Re: Make someone invisible -
Last_Stand_Guardian - 24.07.2010
pawn Код:
SetPlayerColor(playerid, (COLOR_IN_CHAT & 0xFFFFFF00));
It's untested, but should work =D
This code let him keep his color in the chat but makes him, as only person, invisible on the radar =D
Re: Make someone invisible -
Vince - 24.07.2010
ShowPlayerMarkerForPlayer in a loop
or simply put a color with no alpha like this: 0xFF000000. This will be red, but won't be visible on the radar.
https://sampwiki.blast.hk/wiki/Colors_List