Hideing players icons
#1

Hello ! i need a script where i can hide player icon on the map.





Thx .
Reply
#2

ShowPlayerMarkers(false); on init
Reply
#3

Quote:
Originally Posted by (SF)Noobanatior
ShowPlayerMarkers(false); on init
Or this does the same thing.

Код:
public OnGameModeInit()
{
  //0 = Plaryer markers invisible/ 1 = What you have right now/ 2 = Only in 20 meter radius of the player
  ShowPlayerMarkers(0);
}
Reply
#4

For you pic xDD :

Just press F10 to disable the chat.
Reply
#5

thx guys for helping me....see you next time
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)