[AJUDA] Como eu retiro os players do mapa?
#1

Queria saber como eu fasso para retirar o ponto no mapa que indica onde o player esta

+rep
Reply
#2

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

isso ?
Reply
#3

Nгo fico invisivel

pawn Код:
public OnGameModeInit()
{
    // Player markers only visible to near players
    ShowPlayerMarkers(2);
}
Reply
#4

Acho que й isso que vocк quer :
pawn Код:
ShowPlayerMarkers(0);
Код:
PLAYER_MARKERS_MODE_OFF         	(0)
PLAYER_MARKERS_MODE_GLOBAL      	(1)
PLAYER_MARKERS_MODE_STREAMED   		(2)
Reply
#5

Assim, estou devendo uma reputaзгo pra vc pois n ta dando pra dar mais
agora tenho uma pergunta

esses comandos agora sу estб setando a cor do nick do cara, mais nгo aaparece o ponto verde no mapa
pawn Код:
CMD:rf(playerid, params[])
{
    for(new i = 0; i <= MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            SetPlayerMarkerForPlayer(i, playerid, COR_VERDE);
            SetPlayerMarkerForPlayer(i, playerid, COR_VERDE);
        }
    }
    return 1;
}

CMD:crf(playerid, params[])
{
    for(new i = 0; i <= MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            SetPlayerMarkerForPlayer(playerid, i, 0xFFFFFF00);
        }
    }
    return 1;
}
e o /crf nгo estб funcionando parece,
Reply
#6

ShowPlayerMakers sу funciona no OnGameModeInit ou Main().
Reply
#7

Nгo entendi os comandos.
Mas, jб tentou utilizar SetPlayerColor ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)