30.10.2013, 13:27
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
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);