11.12.2016, 19:49
Код:
stock DestroyAllLabels() // Destroy ALL 3d labels on the server
{
for(new i; i < MAX_3DTEXT_GLOBAL; i++)
{
if(IsValidDynamic3DTextLabel(i)) DestroyDynamic3DTextLabel(i);
}
return 1;
}
gm.pwn(106) : warning 213: tag mismatch
106 is the line with if(IsValidDynamic3DTextLabel(i))
What's wrong here?


