[Ajuda] Bug Em tempo Da GangZone
#3

Sim. ela segue nesse estado:
Код:
public GuerraFavela(playerid)
{
	new string[128];
	new playername[MAX_PLAYER_NAME];
e depois disso comessam a seguir o nome das orgs:

Код:
if(PlayerInfo[playerid][pMembro] == 14 || PlayerInfo[playerid][pLider] == 14)
	{
	    if(ProvocoFavela[playerid] == 1)
		{
			if(IsPlayerInFavela(playerid))
			{
			    GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
                format(string, sizeof(string), "%s e a Groove Street Dominaram a Favela!",playername);
				SCMTODOS(TEAM_GROVE_COLOR, string);
				SCM(playerid, COLOR_GRAD5, "Vocк dominou a Favela, a cada 5 minutos nela ganharб grana.");
				GangZoneStopFlashForAll(GZFavela);
				GangZoneShowForAll(GZFavela,TEAM_GROVE_COLOR);
				Dominando[playerid] = 0;
				ProvocoFavela[playerid] = 0;
				GuerranaFavela = 0;
				donoFavela = 1;
				KillTimer(TempoGuerraFavela);
				return 1;
			}
			else
			{
				SCM(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 1;
			}
		}
		return 1;
	}
Reply


Messages In This Thread
Bug Em tempo Da GangZone - by GabrielZ - 31.05.2013, 04:40
Re: Bug Em tempo Da GangZone - by tonisantolia - 31.05.2013, 05:06
Re: Bug Em tempo Da GangZone - by GabrielZ - 31.05.2013, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)