SA-MP Forums Archive
[Ajuda] GZ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] GZ (/showthread.php?tid=289142)



[Ajuda] GZ - ' Bigode - 10.10.2011

Opa to com uma duvida aki quando a Policia militar vai domina algum territorio eu digito /do ai domina etc.. sу que nao fica piscando azul nem fica azul depois que eu domino fica branco como se nimguem tivesse dominando oq fasso ?


Re: [Duvida] GZ - Josma_cmd - 10.10.2011

pawn Код:
GangZoneFlashForAll(zone, cor);



Re: [Duvida] GZ - ' Bigode - 10.10.2011

Jah ta pow olha ai
PHP код:
    if(IsPlayerInAero(playerid))
                {
                    if(
Dominando[playerid] == 1)
                    {
                       
SendClientMessage(playeridCOLOR_GRAD5"Vocк ja estб dominando um territуrio.");
                    return 
1;
                    }
                    if(
GuerranoAero == 1)
                    {
                       
SendClientMessage(playeridCOLOR_GRAD5"Jб estб tendo uma guerra nesse territуrio.");
                    return 
1;
                    }
                    
GetPlayerName(playeridplayernameMAX_PLAYER_NAME);
                    
format(stringsizeof(string), "%s e a Policia Militar estб controlando a Praca do AeroPorto!",playername);
                    
SendClientMessageToAll(TEAM_PCC_COLORstring);
                    
SendClientMessage(playeridCOLOR_GRAD3"Fique esperto, todas as gangues foram avisadas!");
                    
SendClientMessage(playeridCOLOR_GRAD5"Espere 1 minuto para dominar esta бrea .");
                    
GangZoneFlashForAll(GZAero,0xC0C0C0AA);
                    
Dominando[playerid] = 1;
                    
ProvocoAero[playerid] = 1;
                    
GuerranoAero 1;
                    
TempoGuerraAero SetTimerEx("GuerraAero"600000"i"playerid);
                    return 
1;
                } 



Re: [Duvida] GZ - Josma_cmd - 10.10.2011

Coloca uma cor mais escura no Flash, tipo:
GangZoneFlashForAll(GZAero, 0x1E90FF99);


Re: [Duvida] GZ - ' Bigode - 10.10.2011

#Edit
Jah consegui vlw.