29.05.2010, 09:59
Hello ! i need a script where i can hide player icon on the map.

Thx .

Thx .

|
Originally Posted by (SF)Noobanatior
ShowPlayerMarkers(false); on init
|
public OnGameModeInit()
{
//0 = Plaryer markers invisible/ 1 = What you have right now/ 2 = Only in 20 meter radius of the player
ShowPlayerMarkers(0);
}
....see you next time