Can"T see players on the mini map
#1

I can"t see player on the map, i"ve tried with ShowPlayerMarkers(1) under OnGameModeInIt but still nothing.

If you know how to make it, please reply.
Reply
#2

Copy and paste few lines where you placed your ShowPlayerMarkers(1);
Reply
#3

Quote:

//------------------------------------------------------------------------------------------------------
public OnGameModeInit()

{


new string[MAX_PLAYER_NAME];
new string1[MAX_PLAYER_NAME];
for(new c=0;c<CAR_AMOUNT;c++)
{

where should i add ShowPlayerMarkers(1); and the lines?
Reply
#4

Код:
public OnGameModeInit(){
ShowPlayerMarkers(1);
Reply
#5

Quote:
Originally Posted by appleomax
Посмотреть сообщение
Код:
public OnGameModeInit(){
ShowPlayerMarkers(1);
still not work
Reply
#6

You cannot see yourself in the minimap, I'm just saying..

Anyways, use the function above in OnGameModeInit. Make sure you do not use LimitPlayerMarkerRadius or LimitGlobalChatRadius (they may affect it) and last the the colors' transparency (Alpha values (transparency)).
Reply
#7

Quote:

and last the the colors' transparency (Alpha values (transparency)).

where i must change the colors?
Reply
#8

last two characters in your color code are transparency, so it would be like this:
This is normal color: 00ffcb
and adding FF in the color will set transparency to 100%
00ffcbFF
Reply
#9

Quote:

last two characters in your color code are transparency, so it would be like this:
This is normal color: 00ffcb
and adding FF in the color will set transparency to 100%
00ffcbFF

ok, but the problem is that i can"t find the players color in the gm
Reply
#10

You probably set a player color to 00 on alpha channel

Код:
12: Red channel
34: Green channel
56: Blue channel
76: Alpha channel
0x12345678
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)