A problem
#1

Hi, I wanted to make the playermarkers for the npcs in my server invisible by doing this:
pawn Код:
forward ShowNPCMarker (playerid);
public ShowNPCMarker(playerid)
{
    for(new i=0; i < MAX_PLAYERS; i++)
    {
        if (IsPlayerConnected(i))
        {
            if(IsPlayerNPC(playerid))
            {
                SetPlayerMarkerForPlayer(playerid, i, 0xFFFFFF00 );
            }
        }
    }
}
But they are still visible on the minimap, please help me!
Reply


Messages In This Thread
A problem - by x96664 - 14.11.2012, 17:56
Re: A problem - by kanersps - 14.11.2012, 18:06
Re: A problem - by x96664 - 14.11.2012, 18:24
Re: A problem - by 3ventic - 16.11.2012, 09:42
Re: A problem - by ShOoBy - 16.11.2012, 09:56

Forum Jump:


Users browsing this thread: 2 Guest(s)