Mini Map[Help Needed]
#1

Ok,have some problems in do this...

-Make player markers visible at minimap
-Colors of markers like nick in chat(Exemple:LSP members Blue;Medics Red,Civilian White...)

Can someone give me some tips pls?
Reply
#2

You can use ShowPlayerMarkers.

Click here to see it

you can put this
pawn Код:
ShowPlayerMarkers(2);
under:

pawn Код:
public OnGameModeInt()
Reply
#3

Did it,but still cant see other players... -.-ґ

Is there anything else i should change??
Reply
#4

Change the 2 to a 1.
Reply
#5

Change the 2 to a 1.

pawn Код:
ShowPlayerMarkers(1)
Sorry i hit replay instead of edit.
Reply
#6

Done...and still nothing...Can be the color choosed for the icons??If yes how to change them?
Reply
#7

Put this under OnGameModeInit

ShowPlayerMarkers(1);

And to change the markers, change the color of the player....

i belive its SetPlayerColor
Reply
#8

Quote:
Originally Posted by almighty
Посмотреть сообщение
Put this under OnGameModeInit

ShowPlayerMarkers(1);

And to change the markers, change the color of the player....

i belive its SetPlayerColor
Same is this:

Quote:
Originally Posted by zack3021
Посмотреть сообщение
You can use ShowPlayerMarkers.

Click here to see it

you can put this
pawn Код:
ShowPlayerMarkers(2);
under:

pawn Код:
public OnGameModeInt()
Reply
#9

still nothing -.-ґ ...
Reply
#10

Check the transparency of the player color..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)