23.06.2013, 04:51
eu tentei assim e nгo funciono
pawn Код:
public GrooveTomou(playerid)
{
if(PlayerNoTerritorio(playerid,MORRO))
{
GangZoneStopFlashForAll(morroterritorio);
GangZoneHideForAll(morroterritorio);
GangZoneShowForAll(morroterritorio,CorGrove);
Dominando[playerid] = 0;
GuerranoMorro = 0;
SendClientMessageToAll(CorVagos, "-|TERRITУRIO|- Groove Street consegue tomar o controle de Las Colinas.");
if(isPlayerGangZone(playerid, MORRO))
{
SendClientMessage(playerid, COLOR_RED, "Vocк nгo estб em Las Colinas.");
GangZoneStopFlashForAll(morroterritorio);
GangZoneShowForAll(morroterritorio, 0xFFFFFF96);
Dominando[playerid] = 0;
GuerranoMorro = 0;
KillTimer(TempoGuerraMorro);
return 1;
}
}
else if(PlayerNoTerritorio(playerid,QUADRA))
{
GangZoneStopFlashForAll(quadraterritorio);
GangZoneHideForAll(quadraterritorio);
GangZoneShowForAll(quadraterritorio,CorGrove);
Dominando[playerid] = 0;
GuerranoQuadra = 0;
SendClientMessageToAll(CorVagos, "-|TERRITУRIO|- Groove Street consegue tomar o controle da Quadra de Basquete.");
}
else if(PlayerNoTerritorio(playerid,PARQUE))
{
GangZoneStopFlashForAll(parqueterritorio);
GangZoneHideForAll(parqueterritorio);
GangZoneShowForAll(parqueterritorio,CorGrove);
Dominando[playerid] = 0;
GuerranoParque = 0;
SendClientMessageToAll(CorVagos, "-|TERRITУRIO|- Groove Street consegue tomar o controle do Glenn Park.");
}
return 1;
}