08.12.2013, 18:47
You wan't just to set color (TAB), and not to show in minimap?
You can do like Loot said you, setting alpha value to 00 so it would be invisible, but if you want to disable ALL markers
You can do like Loot said you, setting alpha value to 00 so it would be invisible, but if you want to disable ALL markers
pawn Код:
public OnGameModeInit()
{
ShowPlayerMarkers(0);
}