[Ajuda] ~ Label
#1

@edit
Reply
#2

Olha o format, voce esta a tentar colocar um numero inteiro mas esta a formatar com %s, para string, tira o strlen ou entao coloca %d

#EDIT e que tamanho e esse no new string ? 300 ? Vai criar um texto 3d com 300 carateres ? Depois nao digam que o sver ta lento e tem bugs
Reply
#3

Quote:
Originally Posted by Adejair
View Post
Olб , Alguem poderia me ajudar pq nгo cria a 3D TextLabel?

pawn Code:
new string[300];
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
format(string,sizeof(string),"%s",strlen(inputtext));
Create3DTextLabel(string,0xFF000066, X,Y,Z, 20.0, 0, 1);
pawn Code:
format(string,sizeof(string),"%s",inputtext);
Tente assim nй ferote.
Se quiser tambйm, mude o 'string' para 128.
Reply
#4

Vlw =)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)