SA-MP Forums Archive
Invisible on Map [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)
+--- Thread: Invisible on Map [HELP] (/showthread.php?tid=313086)



Invisible on Map [HELP] - Sting. - 24.01.2012

What is the code or how to make yourself or other player's invisible for a special class. I mean when other player's look at the map, they can't see you. How do I do that?


Re: Invisible on Map [HELP] - Tigerkiller - 24.01.2012

put
ShowPlayerMarkers(0);

on gameModeinit


Re: Invisible on Map [HELP] - Sting. - 24.01.2012

Thanks.


Re: Invisible on Map [HELP] - Tigerkiller - 24.01.2012

No Problem and thx 4 rep point


Re: Invisible on Map [HELP] - MSI - 24.01.2012

Quote:
Originally Posted by Tigerkiller
Посмотреть сообщение
put
ShowPlayerMarkers(0);

on gameModeinit
This is for all players. Not for a player class/team.


Re: Invisible on Map [HELP] - Tigerkiller - 24.01.2012

i know
for using it for an specific player i think he have to use ShowPlayerMarkersForPlayer or somethink else


Re: Invisible on Map [HELP] - Snowman12 - 24.01.2012

put under the team thingy SetPlayerColor(playerid, COLOR_BLACK); that will make em invisible


Re: Invisible on Map [HELP] - Sting. - 25.01.2012

really?


Re: Invisible on Map [HELP] - [ABK]Antonio - 25.01.2012

Quote:
Originally Posted by RTR12
Посмотреть сообщение
really?
Theoretically using any color would work, but setting 0x000000AA the AA(alpha) to 00 might work...I might not be right


Re: Invisible on Map [HELP] - Sting. - 05.04.2012

Any more other ways to do it?