[Ajuda] Warnings
#1

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
Reply
#2

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);
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)