A problem
#5

That's not the right way to make the markers invisible on the minimap.. instead of that add this:
PHP код:
forward ShowNPCMarker ();
public 
ShowNPCMarker()
{
    for(new 
i=0MAX_PLAYERSi++)
    {
        if (
IsPlayerConnected(i) && IsPlayerNPC(i))
        {
            
SetPlayerColor(iGetPlayerColor(i) - (GetPlayerColor(i) & 0x000000FF) - 255);
        }
    }

This is a snippet taken from 0Hide, gratz to Zh3r0 for his script : https://sampforum.blast.hk/showthread.php?tid=262414
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: 3 Guest(s)