[Ajuda] GangZone
#5

Quote:
Originally Posted by EditPawn
Посмотреть сообщение
Pode atй ser.

Veja no seu comando /do e procure um "SetTimerEx", serб Mais ou menos assim:

pawn Код:
SetTimerEx("IsPlayerInArea", 180000, false, "i", playerid);
IsPlayerInArea eu fiz como se fosse um exemplo.

O que tiver escrito ali, procure no GameMode umaa public com o nome que estб entre as aspas ("") e poste aqui.
Vou mandar de apenas uma ORG como estб:

Код:
public GuerraFavela(playerid)
{
	new string[256];
	new playername[MAX_PLAYER_NAME];
	if(PlayerInfo[playerid][pMembro] == 14 || PlayerInfo[playerid][pLider] == 14)
	{
	    if(ProvocoFavela[playerid] == 1)
		{
			if(IsPlayerInFavela(playerid))
			{
			    GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
			    if(GuerranaFavela != GetPlayerOrg(playerid))
			    {
                	format(string, sizeof(string), "%s e a Groove Street dominaram o territorio da Favela",playername);
					OOCLosSantos(TEAM_GROVE_COLOR, string);
				}
				SendClientMessage(playerid, COLOR_GRAD5, "A Favela agora й sua.");
				GangZoneStopFlashForAll(GZFavela);
				GangZoneShowForAll(GZFavela,TEAM_GROVE_COLOR);
				Dominando[playerid] = 0;
				ProvocoFavela[playerid] = 0;
				GuerranaFavela = 0;
				donofavela = 14;
				KillTimer(TempoGuerraFavela);
				return true;
			}
			else
			{
				SendClientMessage(playerid, COR_GRO, "Vocк nгo estб na Favela.");
				Dominando[playerid] = 0;
				GangZoneStopFlashForAll(GZFavela);
				GangZoneShowForAll(GZFavela, 0xFFFFFF96);
				ProvocoFavela[playerid] = 0;
				GuerranaFavela = 0;
				donofavela = 0;
				KillTimer(TempoGuerraFavela);
				return true;
			}
		}
		return true;
	}
Aн tem as outras ORG/GANGs tambйm...
Reply


Messages In This Thread
GangZone - by Veiga - 11.12.2012, 20:48
Re: GangZone - by EditPawn - 11.12.2012, 20:51
Re: GangZone - by Veiga - 11.12.2012, 20:53
Re: GangZone - by EditPawn - 11.12.2012, 20:59
Re: GangZone - by Veiga - 11.12.2012, 21:04
Re: GangZone - by EditPawn - 11.12.2012, 21:09
Re: GangZone - by Veiga - 11.12.2012, 21:13
Re: GangZone - by ViniBorn - 12.12.2012, 00:25
Re: GangZone - by tonisantolia - 12.12.2012, 00:29
Re: GangZone - by Veiga - 13.12.2012, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)