Something wrong about this?
#1

I still see a white marker. And this is the only way I found on forum and wiki to hide player marker.

Код:
// OnPlayerconnect
	SetPlayerColor(playerid, White);
	for(new All = 0; All < MAX_PLAYERS; All++)
	{
		SetPlayerMarkerForPlayer(All, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00));
	}
And I don't want to use ShowPlayerMarkers because this will remove the markers. And I want to disable and enable them somethings for some players.
Reply


Messages In This Thread
Something wrong about this? - by KaleOtter - 23.02.2011, 14:41
Re: Something wrong about this? - by deather - 23.02.2011, 14:55
Re: Something wrong about this? - by KaleOtter - 23.02.2011, 15:10
Re: Something wrong about this? - by KaleOtter - 23.02.2011, 15:22
Re: Something wrong about this? - by deather - 24.02.2011, 10:04

Forum Jump:


Users browsing this thread: 1 Guest(s)