Tag Mismatch[Help]
#1

Im getting the tag mismatch error while i'm trying to compile.
Код:
  	if (strcmp(cmdtext, "/mheali", true) == 0 )
	 {
  		new elud[MAX_PLAYER_NAME];
    	{
         	if (PlayerInfo[playerid][pAdmin] == 1)
         	{
			 	SetPlayerHealth(elud, 100); // Error locates here
		}
		 else SendClientMessage(playerid,COLOR_RED, "Sa ei ole admin!");
		 }
 	return 1;
  }
 return 0;
}
Reply


Messages In This Thread
Tag Mismatch[Help] - by Allu - 28.02.2012, 12:29
Re: Tag Mismatch[Help] - by Madd Kat - 28.02.2012, 12:31
Re: Tag Mismatch[Help] - by new121 - 28.02.2012, 12:31
Re: Tag Mismatch[Help] - by Konstantinos - 28.02.2012, 12:32
Re: Tag Mismatch[Help] - by Madd Kat - 28.02.2012, 12:33
Re: Tag Mismatch[Help] - by Twisted_Insane - 28.02.2012, 12:33
Re: Tag Mismatch[Help] - by Allu - 28.02.2012, 12:35
Re: Tag Mismatch[Help] - by Madd Kat - 28.02.2012, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)