Warring
#1

hello How Ro Fix This Warring?
Код:
(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.
line 3166
PHP код:
CatchFishes CreatePlayerTextDraw(playerid,37.000000292.000000"Catched Fishes:");
PlayerTextDrawBackgroundColor(playerid,CatchFishes255);
PlayerTextDrawFont(playerid,CatchFishes1);
PlayerTextDrawLetterSize(playerid,CatchFishes0.4300001.200000);
PlayerTextDrawColor(playerid,CatchFishes16777215);
PlayerTextDrawSetOutline(playerid,CatchFishes0);
PlayerTextDrawSetProportional(playerid,CatchFishes1);
PlayerTextDrawSetShadow(playerid,CatchFishes1);
PlayerTextDrawSetSelectable(playerid,CatchFishes0); 
line 3176
Reply
#2

change
new PlayerText:CatchFishes; to this

pawn Код:
new PlayerText:CatchFishes[MAX_PLAYERS];
and

"CatchFishes" should be " CatchFishes[playerid] "

https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
Reply
#3

thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)