Colors don't appear on Map ?
#1

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 ?
Reply
#2

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
Reply
#3

I DOn't want them to appear At ALL
Reply
#4

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

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

Ty - +1 Rep Added
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)