14.10.2014, 21:12
Under Public OnGameModeInit()
Put: ShowPlayerMarkers(0);
So it will look like:
Put: ShowPlayerMarkers(0);
So it will look like:
PHP код:
public OnGameModeInit()
{
// Blah blah, rest of on gamemode.
ShowPlayerMarkers(0);
return 1;
}