Radar Markers for players
#1

How do I disable the markers for players on a server..

Like the radar.. they have markers of where players are..

What do I do to remove that?
Reply
#2

You can set their marker transparency by modifying the end of the hex color ID on connect, that makes all of their markers invisible.

Unsure-kinda example: 0xFFFFFF00
Reply
#3

lol.. check out the wiki

https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
Reply
#4

On here.. Public OnGameModeInit()
Put this:

pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(0);
}
What the number (0-2) mean.
Код:
PLAYER_MARKERS_MODE_OFF         (0) - Off
PLAYER_MARKERS_MODE_GLOBAL      (1)
PLAYER_MARKERS_MODE_STREAMED   (2)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)