SA-MP Forums Archive
[ajuda]Tag mismatch - 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]Tag mismatch (/showthread.php?tid=342456)



[ajuda]Tag mismatch - mengueh - 13.05.2012

pawn Код:
public OnGameModeInit()
{
    textlabelGrove[0] = Create3DTextLabel("Passe por cima para comprar seu kit de arma !",VERDE_GROVE,2491.1316,-1685.2887,13.5099, 5, 1, 0);
    textlabelGrove[1] = Create3DTextLabel("Passe por cima para encher sua vida !",VERDE_GROVE,2486.5732,-1685.5038,13.5112, 5, 1);
    textlabelGrove[2] = Create3DTextLabel("Passe por cima para comprar colete! ",VERDE_GROVE,2480.4370,-1685.5181,13.5078, 5, 1);
Tб dando esse warning nessas linhas, nгo sei pq :/


Re: [ajuda]Tag mismatch - CidadeNovaRP - 13.05.2012

Quote:
Originally Posted by mengueh
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
    textlabelGrove[0] = Create3DTextLabel("Passe por cima para comprar seu kit de arma !",VERDE_GROVE,2491.1316,-1685.2887,13.5099, 5, 1, 0);
    textlabelGrove[1] = Create3DTextLabel("Passe por cima para encher sua vida !",VERDE_GROVE,2486.5732,-1685.5038,13.5112, 5, 1);
    textlabelGrove[2] = Create3DTextLabel("Passe por cima para comprar colete! ",VERDE_GROVE,2480.4370,-1685.5181,13.5078, 5, 1);
Tб dando esse warning nessas linhas, nгo sei pq :/
Vocк fez Text:textlabelGrove ??


Re: [ajuda]Tag mismatch - lucas_mdr1235 - 13.05.2012

tenta esse aki
PHP код:
    textlabelGrove[0] = Create3DTextLabel("Passe por cima para comprar seu kit de arma !",VERDE_GROVE,2491.1316,-1685.2887,13.509951);
    
textlabelGrove[1] = Create3DTextLabel("Passe por cima para encher sua vida !",VERDE_GROVE,2486.5732,-1685.5038,13.511251);
    
textlabelGrove[2] = Create3DTextLabel("Passe por cima para comprar colete! ",VERDE_GROVE,2480.4370,-1685.5181,13.507851); 



Re: [ajuda]Tag mismatch - mengueh - 13.05.2012

Quote:
Originally Posted by CidadeNovaRP
Посмотреть сообщение
Vocк fez Text:textlabelGrove ??
Continua nгo dando


Re: [ajuda]Tag mismatch - lucas_mdr1235 - 13.05.2012

tenta o q eu falei


Re: [ajuda]Tag mismatch - mengueh - 13.05.2012

Quote:
Originally Posted by lucas_mdr1235
Посмотреть сообщение
tenta o q eu falei
@off doublepost -.-
@topic nгo deu.


Re: [ajuda]Tag mismatch - pmkrz - 13.05.2012

define bem a tag da variбvel:
pawn Код:
Text3D:textlabelGrove
ou livra-te dos "warnings":
pawn Код:
_:Create3DTextLabel



Re: [ajuda]Tag mismatch - CidadeNovaRP - 13.05.2012

Topo do GM:
pawn Код:
new Text3D:textlabelGrove[3];
CODE:
pawn Код:
textlabelGrove[0] = Create3DTextLabel("Passe por cima para comprar seu kit de arma !",VERDE_GROVE,2491.1316,-1685.2887,13.5099, 5, 1);
    textlabelGrove[1] = Create3DTextLabel("Passe por cima para encher sua vida !",VERDE_GROVE,2486.5732,-1685.5038,13.5112, 5, 1);
    textlabelGrove[2] = Create3DTextLabel("Passe por cima para comprar colete! ",VERDE_GROVE,2480.4370,-1685.5181,13.5078, 5, 1);