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 ?
PHP код:
if(IsPlayerInAero(playerid))
{
if(Dominando[playerid] == 1)
{
SendClientMessage(playerid, COLOR_GRAD5, "Vocк ja estб dominando um territуrio.");
return 1;
}
if(GuerranoAero == 1)
{
SendClientMessage(playerid, COLOR_GRAD5, "Jб estб tendo uma guerra nesse territуrio.");
return 1;
}
GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s e a Policia Militar estб controlando a Praca do AeroPorto!",playername);
SendClientMessageToAll(TEAM_PCC_COLOR, string);
SendClientMessage(playerid, COLOR_GRAD3, "Fique esperto, todas as gangues foram avisadas!");
SendClientMessage(playerid, COLOR_GRAD5, "Espere 1 minuto para dominar esta бrea .");
GangZoneFlashForAll(GZAero,0xC0C0C0AA);
Dominando[playerid] = 1;
ProvocoAero[playerid] = 1;
GuerranoAero = 1;
TempoGuerraAero = SetTimerEx("GuerraAero", 60000, 0, "i", playerid);
return 1;
}