[Help] Map Markers
#1

Okay I have been trying to figure this out for the past few weeks and I just can't get it down, everytime you connect to the server the markers won't show, but when that player dies or another player logs in, you will start seeing map markers for some reason I think it something to do with the spawn, so I went down to public OnPlayerSpawn; and put in this code

Код:
ShowPlayerMarkers(false);
and
Код:
ShowPlayerMarkers(0);
But they still show they look like this


can someone please help me figure this out?
Reply
#2

I think it has to be placed in main() or OnGameModeInit(). If that doesn't work...

pawn Код:
OnPlayerConnect(playerid,ip[])
{
  SetPlayerColor(playerid,GetPlayerColor(playerid)-255));
}
Reply
#3

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)