SA-MP Forums Archive
Colors don't appear on Map ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Colors don't appear on Map ? (/showthread.php?tid=288327)



Colors don't appear on Map ? - -CaRRoT - 07.10.2011

Well...Let's say i want to make teams..so one blue.. one green..etc - But when i do this they appear on the map as Squares..etc. , I want the player color to be the color i choose but don't appear on Map , COLOR_YELLOW for Ex. appear on map , so any help ?


Re: Colors don't appear on Map ? - CyNiC - 07.10.2011

pawn Код:
public OnGameModeInit()
{
    // Player markers only visible to near players
    ShowPlayerMarkers(2);
}
Код:
PLAYER_MARKERS_MODE_OFF         (0)
PLAYER_MARKERS_MODE_GLOBAL      (1)
PLAYER_MARKERS_MODE_STREAMED   (2)
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers


Re: Colors don't appear on Map ? - -CaRRoT - 07.10.2011

I DOn't want them to appear At ALL


Re: Colors don't appear on Map ? - Jafet_Macario - 07.10.2011

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



Re: Colors don't appear on Map ? - -CaRRoT - 07.10.2011

[QUOTE]public OnGameModeInit(){ ShowPlayerMarkers(0);}QUOTE]

Ty - +1 Rep Added