Markers help
#1

Hey.


I have some dm area
and i want player wont sea other players markers when they tping to the dm place

I have the ShowPlayerMarkers(false); but I tryed to make it under OnGMInit but its hide all the time

I want the hide function only when plyaer tp to the dm area

How?
Reply
#2

Code:
for(new i = 0; i < MAX_PLAYERS; i++)
  {
    ShowPlayerNameTagForPlayer(playerid, i, false);
    SetPlayerMarkerForPlayer(playerid, i, (GetPlayerColor(i)&0xFFFFFF00));
  }
Add this to the command which you are using to join the DM.
Reply
#3

Thanks, Keep like that mate :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)