[Ajuda] Problemas com tag mismatch
#3

Resolvido.

Porйm, estou novamente com o mismatch aqui:

Код:
			if(Caido[i] == 0 && pInfo[i][Logado] > 0)
			{
Cуdigo completo:

Код:
	foreach(Player, i)
	{
        new Float:NewHP;
	    GetPlayerHealth(i, NewHP);
		if(Caido[i] == 1)
		{
			LoopingAnim(i,"PED","KO_skid_front",4.1,0,1,1,1,0);
		}
		if(NewHP <= 20)
		{
			if(Caido[i] == 0 && pInfo[i][Logado] > 0)
			{
				Caido[i] = 1;
				SendClientMessage(i, COLOR_FADE2, "Vocк estб muito fraco para se mover.");
				SendClientMessage(i, COLOR_FADE2, "Utilize /desistir para se matar ou espere um mйdico.");
				LoopingAnim(i,"PED","KO_skid_front",4.1,0,1,1,1,0);
			}
		}
		if(NewHP > 20)
		{
			if(Caido[i] == 1 && pInfo[i][Logado] > 0)
			{
				Caido[i] = 0;
				SendClientMessage(i, COLOR_FADE2, "Vocк jб consegue se levantar.");
			}
		}
	}
Reply


Messages In This Thread
Problemas com tag mismatch - by ThuuGLif3 - 30.01.2017, 15:44
Re: Problemas com tag mismatch - by F1N4L - 30.01.2017, 16:00
Re: Problemas com tag mismatch - by ThuuGLif3 - 30.01.2017, 16:12
Re: Problemas com tag mismatch - by ThuuGLif3 - 30.01.2017, 16:19
Re: Problemas com tag mismatch - by F1N4L - 30.01.2017, 16:20
Re: Problemas com tag mismatch - by ThuuGLif3 - 30.01.2017, 16:27
Re: Problemas com tag mismatch - by F1N4L - 30.01.2017, 16:30
Re: Problemas com tag mismatch - by TheBob - 30.01.2017, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)