15.03.2013, 21:55
I added MAX_PLAYERS and that seemed to lessen the problems, now i only receive 5 warnings, such as the following.
For all of these lines:
pawn Код:
warning 213: tag mismatch
(1633) : warning 213: tag mismatch
(1634) : warning 213: tag mismatch
(1635) : warning 213: tag mismatch
(1636) : warning 213: tag mismatch
pawn Код:
BlackScreen[playerid] = CreatePlayerTextDraw(playerid, 0.0, 0.0, "_");
PlayerTextDrawFont(playerid, BlackScreen[playerid], 1);
PlayerTextDrawLetterSize(playerid, BlackScreen[playerid], 0.0, 50.0);
PlayerTextDrawUseBox(playerid, BlackScreen[playerid], true);
PlayerTextDrawBoxColor(playerid, BlackScreen[playerid], 0x000000FF);