[AJUDA] GZ com cores.
#1

Bom, eu criei GZ dominбveis mas falta um coisa que eu nгo sei fazer, fiz search mas nada. Nas GZ eu queria por umas cores no mapa e no radar como vou mostrar em SS de outro servidor.
Alguйm me pode ajudar?

http://imageshack.us/photo/my-images/823/samp069cs.png/

http://imageshack.us/photo/my-images/62/samp074r.png/


+ resp para quem ajudar!
Reply
#2

pawn Код:
new gzcolor[NumerodeGZ] = //Sempre Coloque um Numero A mais Do que o Numero de GZ's exemplo , Se tem 23 Coloque 24.
{
    Cores
};
Reply
#3

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
pawn Код:
new gzcolor[NumerodeGZ] = //Sempre Coloque um Numero A mais Do que o Numero de GZ's exemplo , Se tem 23 Coloque 24.
{
    Cores
};

Eu jб fiz essa new, mas agr para por como aquele jeito que eu tenho nas ss como й?
Reply
#4

Public que domina:
pawn Код:
public ZoneCheckpoint()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i))continue;
        if(CPS_GetPlayerCheckpoint(i) > 0 && CPS_GetPlayerCheckpoint(i) <= 2 &&
            gzcolor[CPS_GetPlayerCheckpoint(i)-1] != GetPlayerColor(i))
            {
            if(cpzone[i][CPS_GetPlayerCheckpoint(i)] < 15)
            {
                cpzone[i][CPS_GetPlayerCheckpoint(i)]++;
                new tmp[10];
                format(tmp, sizeof tmp, "~w~%2d/15", cpzone[i][CPS_GetPlayerCheckpoint(i)]);
                GameTextForPlayer(i, tmp, 1001, 4);
                GangZoneFlashForAll(CPS_GetPlayerCheckpoint(i)-1, GetPlayerColor(i));
            } else if(cpzone[i][CPS_GetPlayerCheckpoint(i)] == 15) //passou 15 segundos dentro do checkpoint
            {
                GameTextForPlayer(i, "~w~Conquistado", 4000, 1);
                gzcolor[CPS_GetPlayerCheckpoint(i)-1] = GetPlayerColor(i);
                GangZoneStopFlashForAll(CPS_GetPlayerCheckpoint(i)-1);
                GangZoneHideForAll(CPS_GetPlayerCheckpoint(i)-1);
                GangZoneShowForAll(CPS_GetPlayerCheckpoint(i)-1, GetPlayerColor(i));
            }
        }
    }
}
Parece estar tudo certo mas fica mal. Nгo fica centrado:
http://imageshack.us/photo/my-images/42/samp075af.png/


Ajuda PFF
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)