Код:
(3166) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 12172 bytes
Code size: 2089084 bytes
Data size: 11293828 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4211 cells (16844 bytes)
Total requirements:13411468 bytes
1 Warning.
PHP код:
CatchFishes = CreatePlayerTextDraw(playerid,37.000000, 292.000000, "Catched Fishes:");
PlayerTextDrawBackgroundColor(playerid,CatchFishes, 255);
PlayerTextDrawFont(playerid,CatchFishes, 1);
PlayerTextDrawLetterSize(playerid,CatchFishes, 0.430000, 1.200000);
PlayerTextDrawColor(playerid,CatchFishes, 16777215);
PlayerTextDrawSetOutline(playerid,CatchFishes, 0);
PlayerTextDrawSetProportional(playerid,CatchFishes, 1);
PlayerTextDrawSetShadow(playerid,CatchFishes, 1);
PlayerTextDrawSetSelectable(playerid,CatchFishes, 0);