How I can disable people with color.
#1

How I can disable the coloured player to be showen at the minimap, I'm developing a Roleplay server, and I just wanted to do when he types /aduty, it will set his color as specific one, I successed but It shows a colored square within the minimap, how I can disable it, thanks for the helpers.
Reply
#2

In your /aduty, use the color below:
Basically, use two zeros at the end instead of everything else to hide the color at the minimap. (tutorial is at wiki somewhere)
pawn Код:
SetPlayerColor(playerid, 0xFFFFFF00); // white color
Reply
#3

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

pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(0);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)