SA-MP Forums Archive
[AJUDA]Anime nao quer dar Certo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Anime nao quer dar Certo (/showthread.php?tid=275888)



[AJUDA]Anime nao quer dar Certo - Leo_Lost - 11.08.2011

Tentei Adicionar esse Anime no Sistema de Roubo mas nao quer dar certo tipo nao acontece nada fica normal ,queria saber oque pode ser o poblema vlws
Observaзao o Anime esta abaixo:
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);




Код:
	    	}
            SendClientMessageToAll(COLOR_RED, "{FF8C00}*(------------------------ {7FFFD4}Atenзгo: Tentativa de Roubo ------------------------)");
			GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "%s e os %s estгo tentando roubar o cofre banco! ID:[%d]", playername, NomeORG(playerid) , playerid);
			SendClientMessageToAll(GetPlayerColor(playerid), string);
			SendClientMessage(playerid, COLOR_GRAD5, "Espere 40 segundos para terminar de roubar o banco.");
			ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
			ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
			ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
			ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
			SetPlayerCriminal(playerid,255, "Tentativa de Roubo ao Banco");
            roubando[playerid] = 1;
            ProvocoBanco[playerid] = 1;
            roubobanco = 1;
            temporoubobanco = 1;
            SetTimer("Aroubo", 220000, 0);
        	tempobanco = SetTimerEx("RouboBanco", 40000, 0, "i", playerid);
        	return 1;
		}



Re: [AJUDA]Anime nao quer dar Certo - Kuddy - 11.08.2011

pawn Код:
}
            SendClientMessageToAll(COLOR_RED, "{FF8C00}*(------------------------ {7FFFD4}Atenзгo: Tentativa de Roubo ------------------------)");
            GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
            format(string, sizeof(string), "%s e os %s estгo tentando roubar o cofre banco! ID:[%d]", playername, NomeORG(playerid) , playerid);
            SendClientMessageToAll(GetPlayerColor(playerid), string);
            SendClientMessage(playerid, COLOR_GRAD5, "Espere 40 segundos para terminar de roubar o banco.");
            ApplyAnimation(playerid, "BOMBER","BOM_Plant_Loop",4.0,1,0,0,1,0);
            SetPlayerCriminal(playerid,255, "Tentativa de Roubo ao Banco");
            roubando[playerid] = 1;
            ProvocoBanco[playerid] = 1;
            roubobanco = 1;
            temporoubobanco = 1;
            SetTimer("Aroubo", 220000, 0);
            tempobanco = SetTimerEx("RouboBanco", 40000, 0, "i", playerid);
            return 1;
        }
Tenta esse.


Re: [AJUDA]Anime nao quer dar Certo - Lipe_Stronda - 11.08.2011

Pow mano igualzinho ao meu, eu botei essa animaзao no meu comando de plantar bomba , nao funciona de geito nenhum!!!


Re: [AJUDA]Anime nao quer dar Certo - Kuddy - 11.08.2011

Nгo й igual nгo, testa e me fala se deu certo. Vocк repetiu 4 vezes e usou "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); eu usei "BOMBER","BOM_Plant_Loop",4.0,1,0,0,1,0);. Alem de ser diferente, usei apenas uma vez.


Re: [AJUDA]Anime nao quer dar Certo - Leo_Lost - 11.08.2011

Funciono amigo mas agora fica travado tipo nao sai do anime


Re: [AJUDA]Anime nao quer dar Certo - diretor7 - 11.08.2011

Vai na public RouboBanco
E bota ClearAnimations(playerid);


Re: [AJUDA]Anime nao quer dar Certo - Kuddy - 11.08.2011

Procura por Aroubo e coloca ClearAnimations(i); junto ao code.


Espero ter ajudado

@edit Malz pelo double post mas eu e o diretor postamos ao mesmo tempo...