30.04.2014, 09:40
Sure.
This hide all players markers on mini map.
pawn Код:
public OnGameModeInit()
{
ShowPlayerMarker(PLAYER_MARKERS_MODE_OFF);
}