Tag Mismatch ( bool )
#1

pawn Код:
enum pInfo
{
  // ...
  bool:pMuted,
  // ...,
};

// OnPlayerLogin
if(!strcmp(key , "Muted" , true))
{
  val = ini_GetValue(Data);
  PlayerInfo[playerid][pMuted] = strval(val); // warning 213: tag mismatch
}
Reply


Messages In This Thread
Tag Mismatch ( bool ) - by UsaBoy91 - 17.12.2009, 12:04
Re: Tag Mismatch ( bool ) - by Donny_k - 17.12.2009, 12:11
Re: Tag Mismatch ( bool ) - by UsaBoy91 - 17.12.2009, 12:13
Re: Tag Mismatch ( bool ) - by Donny_k - 17.12.2009, 12:27
Re: Tag Mismatch ( bool ) - by Jefff - 17.12.2009, 13:54

Forum Jump:


Users browsing this thread: 2 Guest(s)