Player Colors
#10

No, what I want is to unmark the mark xd I don't know If you understand me.

This is the example:

Код:
// I want players see me in mini-map
CMD:markme(playerid, params[])
{
for(new i; i < MAX_PLAYERS; i++)
	{
	    if(IsPlayerConnected(i))
	    {
	        SetPlayerMarkerForPlayer(i, playerid, 0x7ABE1FFF);
		}
	}
    return 1;
}

// I want to stop showing me in minimap
CMD:unmarkme(playerid, params[])
{
    // How I can do that?
}
Reply


Messages In This Thread
Player Colors - by HidroDF - 24.01.2017, 16:53
Re: Player Colors - by saffierr - 24.01.2017, 16:56
Re: Player Colors - by Eoussama - 24.01.2017, 16:57
Re: Player Colors - by saffierr - 24.01.2017, 17:03
Respuesta: Player Colors - by HidroDF - 24.01.2017, 17:05
Re: Player Colors - by Eoussama - 24.01.2017, 17:09
Re: Player Colors - by saffierr - 24.01.2017, 17:09
Respuesta: Player Colors - by HidroDF - 24.01.2017, 17:28
Re: Player Colors - by Eoussama - 24.01.2017, 17:36
Respuesta: Player Colors - by HidroDF - 24.01.2017, 17:58

Forum Jump:


Users browsing this thread: 1 Guest(s)