How to disable blips of players on radar when I join my /ltkdm
#1

So, how do I disable all blips on radar when I join it? "Your search query didn't return any matches."

Can anyone help? Thanks.
Reply
#2

Do you mean the "blips" showing the position of a player?
Reply
#3

Yes.
Reply
#4

pawn Code:
ShowPlayerMarkers(0);
Reply
#5

Quote:
Originally Posted by Klutty
pawn Code:
ShowPlayerMarkers(0);
Under OnGameModeInit
Reply
#6

Guys he said when he type a command!!! not always. Look your color code first. For example

pawn Code:
#define COLOR_RED 0xFF0000FF
The last 2letters (FF or whatever they are) are the visibility on the map. Create a new color like
pawn Code:
#define COLOR_INVISIBLE 0xFF000000
and then put under your /ltkdm
pawn Code:
SetPlayerColor(playerid, COLOR_INVISIBLE);
This will set the player's color to red but not visible on the map.
Reply
#7

Quote:
Originally Posted by [DK
AzaxYo ]
Guys he said when he type a command!!! not always. Look your color code first. For example

pawn Code:
#define COLOR_RED 0xFF0000FF
The last 2letters (FF or whatever they are) are the visibility on the map. Create a new color like
pawn Code:
#define COLOR_INVISIBLE 0xFF000000
and then put under your /ltkdm
pawn Code:
SetPlayerColor(playerid, COLOR_INVISIBLE);
This will set the player's color to red but not visible on the map.
No he diddent. Lol
Reply
#8

Quote:
Originally Posted by FUNExtreme
No he diddent. Lol
"How to disable blips of players on radar when I join my /ltkdm"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)