Player Marker Help
#1

Hello,

On game mode init, I have :
Код:
ShowPlayerMarkers(0);
I have a command, and it does this :

Код:
for(new i = 0; i < GetMaxPlayers(); i++)
{
	if(medicjob[i] == 1)
	{
		 SetPlayerMarkerForPlayer(i, playerid, COLOR_LIGHTBLUE);
    }
}
However, the medic can not see the players marker (The player who typed the command)

Help would be much appreciated, Thank you

Kaleem
Reply
#2

I'm not sure if that'll work if you set ShowPlayerMarkers to zero in OnGameModeInit
Reply
#3

I'm pretty sure it doesn't; I had a similar problem a while back. You will have to had them individually when a player connects instead.
Reply
#4

How would I make it so I can use that... but blips for everyone is OFF

So everyones blips are off as default .. but when that medic thing happens... it shows that player marker ?

Can someone please give me an example ?

Will be much appreciated
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)