Warning 213: Tag Mismatch..
#2

How do you define hid is it a loop?, for example this code won't show me Warning 213: Tag Mismatch
The code below is an example, there must be something wrong with your Enum or Variable/Definition/Loop

pawn Код:
enum TpInfo
{
    TeleportName
}
new TeleportInfo[200][TpInfo];
new hid;

new string[256];
format(string, sizeof(string), "{228B22}[ {FFFFFF}%s (%d){228B22} ]", TeleportInfo[hid][TeleportName], hid);
format(string, sizeof(string), "{228B22}[ {FFFFFF}%s (%d){228B22} ]", TeleportInfo[hid][TeleportName], hid);
Reply


Messages In This Thread
Warning 213: Tag Mismatch.. - by Brandon_More - 30.10.2013, 13:23
Re: Warning 213: Tag Mismatch.. - by Patrick - 30.10.2013, 13:27
Re: Warning 213: Tag Mismatch.. - by iggy1 - 30.10.2013, 13:28
Re: Warning 213: Tag Mismatch.. - by Brandon_More - 30.10.2013, 13:29
Re: Warning 213: Tag Mismatch.. - by Konstantinos - 30.10.2013, 13:31
Re: Warning 213: Tag Mismatch.. - by Brandon_More - 30.10.2013, 13:34
Re: Warning 213: Tag Mismatch.. - by Patrick - 30.10.2013, 13:36
Re: Warning 213: Tag Mismatch.. - by Konstantinos - 30.10.2013, 13:37
Re: Warning 213: Tag Mismatch.. - by Brandon_More - 30.10.2013, 13:43
Re: Warning 213: Tag Mismatch.. - by Brandon_More - 30.10.2013, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)