[ajuda]Tag mismatch
#1

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

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 ??
Reply
#3

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

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

tenta o q eu falei
Reply
#6

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)