Make someone invisible
#1

I want to make 1 certain player invisible for the radar.. How?
Reply
#2

Код:
SetPlayerVirtualWorld(playerid, 3);
Reply
#3

Well, i am making a Hide & Seek map.. So 1 player has to be invisible. from the radar
Reply
#4

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
Reply
#5

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
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)