Help please I am not sure
#1

So ye im gettin tag mismatch but im not sure whny

Quote:

#include <a_samp>
#define COLOR_RED 0xFF0000FF
public OnPlayerUpdate(playerid)
{
new float:Phealth;
GetPlayerHealth(playerid, Phealth);
if(Phealth<20)
{
ApplyAnimation(playerid,"CRACK","crckidle1",4.1,1, 0,0,0,1);
SendClientMessage(playerid, COLOR_RED, "You are dieing, You need a medic Please wait for a medic");
}
}

Quote:

C:\Users\pedro\Desktop\test.pwn(6) : warning 213: tag mismatch
C:\Users\pedro\Desktop\test.pwn(7) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

help please
Reply


Messages In This Thread
Help please I am not sure - by peterRook - 05.06.2011, 13:10
Re: Help please I am not sure - by Stigg - 05.06.2011, 13:13
Re: Help please I am not sure - by Burridge - 05.06.2011, 13:17
Re: Help please I am not sure - by peterRook - 05.06.2011, 13:44

Forum Jump:


Users browsing this thread: 1 Guest(s)