How need hide player name, and map icon
#3

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

Код:
CMD:hideme( playerid ) {
   foreach(new i: Player) {
   SetPlayerMarkerForPlayer( i, playerid, 0xFFFFF00 );
   SendClientMessage(playerid, -1, "You've Been Hidden.");
   }
return 1;
}
Appreciate
Reply


Messages In This Thread
How need hide player name, and map icon - by Pokemon64 - 09.03.2017, 21:05
Re: How need hide player name, and map icon - by ISmokezU - 09.03.2017, 21:10
Re: How need hide player name, and map icon - by Pokemon64 - 09.03.2017, 21:13
Re: How need hide player name, and map icon - by Pokemon64 - 09.03.2017, 21:21
Re: How need hide player name, and map icon - by ISmokezU - 09.03.2017, 21:23
Re: How need hide player name, and map icon - by Pokemon64 - 09.03.2017, 21:26
Re: How need hide player name, and map icon - by ISmokezU - 09.03.2017, 21:27
Re: How need hide player name, and map icon - by oSAINTo - 10.03.2017, 04:43
Re: How need hide player name, and map icon - by Pokemon64 - 10.03.2017, 08:16

Forum Jump:


Users browsing this thread: 1 Guest(s)