11.04.2012, 00:13
Idente seu CODE, aqui estб:
pawn Код:
public funcaogz(playerid)
{
if(PlayerInfo[playerid][pCV] >= 3)
{
if(IsPlayerInArea(playerid,-2614.856, -352.7297, -2356.056, -218.6009))
{
GetPlayerName(playerid, Jogador, sizeof(Jogador));//PEGA O NOME DO CARA QUE TБ DOMINANDO
format(Celula,sizeof(Celula),"%s e o Comando Vermelho estгo dominando a Rocinha!",Jogador);//mostra a mensagem
SendClientMessageToAll(VERMELHO,Celula);//envia a msg a todos
GangZoneFlashForAll(gzada,VERMELHO);//a cor da gangzone quando ele estiver dominando
SetTimerEx("cvdominou", 30000, 0,"e",playerid);// o tempo de domнnio
}
}
if(PlayerInfo[playerid][pCV] >= 3)
{
if(IsPlayerInArea(playerid,-2977.858, -1693.292, -2826.046, -1202.821))
{
GetPlayerName(playerid, Jogador, sizeof(Jogador));
format(Celula,sizeof(Celula),"%s e o Comando Vermelho estгo dominando a Chatuba!",Jogador);
SendClientMessageToAll(VERMELHO,Celula);
GangZoneFlashForAll(gztcp,VERMELHO);
SetTimerEx("cvdominou", 30000, 0,"e",playerid);
}
}
if(PlayerInfo[playerid][pCV] >= 3)
{
if(IsPlayerInArea(playerid,-2977.858, -1693.292, -2826.046, -1202.821))
{
GetPlayerName(playerid, Jogador, sizeof(Jogador));
format(Celula,sizeof(Celula),"%s e o Comando Vermelho estгo dominando a Paraisуpolis!",Jogador);
SendClientMessageToAll(VERMELHO,Celula);
GangZoneFlashForAll(gzpcc,VERMELHO);
SetTimerEx("cvdominou", 30000, 0,"e",playerid);
}
}
}