Alguem me Ajudare com Scripts
#6

Nгo se preocupe, й normal que ocorram confusхes do gкnero.


Para fazer com que as marcas apareзam pros jogadores vocк poderб, como o Garfield disse, colocar na public OnGameModeInit:


pawn Код:
ShowPlayerMarkers(true);

No caso usando esse cуdigo todos os jogadores seriam marcados por pontos no Radar.


Para marcar um ponto em uma determinada coordenada vocк poderia usar a funзгo SetPlayerMarkerForPlayer, acho que um loop se encaixaria ao seu problema:


pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConnected(i))
    {
        SetPlayerMarkerForPlayer(i, playerid, COR_BRANCA);
    }
}

Para a criaзгo do seu sistema, sugiro que dк uma olhada em filterscripts de sistema de eventos que tкm praticamente a mesma lуgica em relaзгo б criaзгo do cуdigo:



Aqui um exemplo de filter script de eventos: https://sampforum.blast.hk/showthread.php?tid=121934



Espero ter ajudado
Reply


Messages In This Thread
Alguem me Ajudare com Scripts - by mafelis - 11.12.2010, 22:06
Re: Alguem me Ajudare com Scripts - by [BEP]AcerPilot - 11.12.2010, 22:07
Re: Alguem me Ajudare com Scripts - by zSuYaNw - 11.12.2010, 22:13
Re: Alguem me Ajudare com Scripts - by [BEP]AcerPilot - 11.12.2010, 22:15
Re: Alguem me Ajudare com Scripts - by mafelis - 11.12.2010, 22:16
Re: Alguem me Ajudare com Scripts - by rjjj - 11.12.2010, 22:41
Re: Alguem me Ajudare com Scripts - by TiagoPS - 11.12.2010, 22:47
Re: Alguem me Ajudare com Scripts - by mafelis - 11.12.2010, 22:47
Re: Alguem me Ajudare com Scripts - by [Ips]Guh - 11.12.2010, 23:39
Re: Alguem me Ajudare com Scripts - by Macintosh - 12.12.2010, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)