SA-MP Forums Archive
[Ajuda] Warnings - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Warnings (/showthread.php?tid=342264)



[Ajuda] Warnings - NesQ - 13.05.2012

pawn Код:
(46860) : warning 213: tag mismatch
(46866) : warning 213: tag mismatch
(47267) : warning 213: tag mismatch
(47277) : warning 213: tag mismatch
(47284) : warning 213: tag mismatch
(53813) : warning 213: tag mismatch
(53822) : warning 213: tag mismatch
(53829) : warning 213: tag mismatch
(53856) : warning 213: tag mismatch
(53861) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          15764 bytes
Code size:          2268492 bytes
Data size:          5407536 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 7708176 bytes

10 Warnings.

pawn Код:
Businesses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Businesses[idx][EnterX],Businesses[idx][EnterY],Businesses[idx][EnterZ],15.0, Businesses[idx][EnterWorld]);

Businesses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Businesses[idx][EnterX],Businesses[idx][EnterY],Businesses[idx][EnterZ],15.0, Businesses[idx][EnterWorld]);

Houses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld]);

Houses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld]);

Houses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld]);

Update3DTextLabelText(Houses[i][dcoisolabel], COLOR_GREEN, string);

Update3DTextLabelText(Houses[i][dcoisolabel], COLOR_GREEN, string);

Update3DTextLabelText(Houses[i][dcoisolabel], COLOR_GREEN, string);

Update3DTextLabelText(Businesses[i][dcoisolabel], COLOR_BLUE, string);

Update3DTextLabelText(Businesses[i][dcoisolabel], COLOR_BLUE, string);
ajuda pf


Re: [Ajuda] Warnings - kinhobryant - 13.05.2012

pawn Код:
Businesses[idx][dcoisolabel] = Create3DTextLabel(string,Businesses[idx][EnterX],Businesses[idx][EnterY],Businesses[idx][EnterZ],15.0, Businesses[idx][EnterWorld]);

Businesses[idx][dcoisolabel] = Create3DTextLabel(string,Businesses[idx][EnterX],Businesses[idx][EnterY],Businesses[idx][EnterZ],15.0, Businesses[idx][EnterWorld]);

Houses[idx][dcoisolabel] = Create3DTextLabel(string,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld]);

Houses[idx][dcoisolabel] = Create3DTextLabel(string,COLOR_GREEN,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld]);

Houses[idx][dcoisolabel] = Create3DTextLabel(string,Houses[idx][EnterX],Houses[idx][EnterY],Houses[idx][EnterZ],15.0, Houses[idx][EnterWorld]);

Update3DTextLabelText(Houses[i][dcoisolabel], string);

Update3DTextLabelText(Houses[i][dcoisolabel], string);

Update3DTextLabelText(Houses[i][dcoisolabel], string);

Update3DTextLabelText(Businesses[i][dcoisolabel], string);

Update3DTextLabelText(Businesses[i][dcoisolabel], string);



Re: [Ajuda] Warnings - paulor - 13.05.2012

Acho eu q seja isso!
pawn Код:
Text: dcoisolabel, //Basta colocar 'Text:' na frente da var, creio q vc deve estar usando em enum.