[AJUDA]Create3DTextLabel
#1

Ae , tem como fazer tipow quando criar um TextLabel, com esse comando que eu fiz(abaixo), ele deu quase certo, ele cria o TextLabel , mais nгo da pra eu colocar a mensagem que quero no TextLabel, cria com a mensagem "%s" , se tiver jeito de colocar pra mensagem que eu preciso , eu vo ser FAN da pessoa kkkk!

PS: Eu tinha colocado assim (abaixo) , e deu erro,agora so peзo ajuda a vocкs '--'

pawn Код:
Create3DTextLabel("%s",texto, Amarelo, posX, posY, posZ, 10,0);
CODE:
pawn Код:
CMD:criarlabel(playerid, params[])
{
           new Float:posX,
               Float:posY,
               Float:posZ;
           new texto[256];
           new string[256];
               
           if(sscanf(params, "s[256]", texto)) return SendClientMessage(playerid, Branco, "Use: /criarlabel [Texto]");
           
           GetPlayerPos(playerid, posX, posY, posZ );
           Create3DTextLabel("%s", Amarelo, posX, posY, posZ, 40,0);
           GetPlayerName(playerid, NomedoCara, sizeof(NomedoCara));
           format(string, sizeof(string), "Vocк criou um TextLabel com a mensagem: %s",texto);
           SendClientMessage(playerid, Verde_Folha, string);
           return true;
}
Reply
#2

usa string tipo
pawn Код:
ve se funfa e me fala =X
CMD:criarlabel(playerid, params[])
{
           new Float:posX,
               Float:posY,
               Float:posZ;
           new texto[256];
           new string[256];
               
           if(sscanf(params, "s[256]", texto)) return SendClientMessage(playerid, Branco, "Use: /criarlabel [Texto]");
           
           GetPlayerPos(playerid, posX, posY, posZ );
           format(string, sizeof(string), "%s",texto);
           Create3DTextLabel(string, Amarelo, posX, posY, posZ, 40,0);
           GetPlayerName(playerid, NomedoCara, sizeof(NomedoCara));
           format(string, sizeof(string), "Vocк criou um TextLabel com a mensagem: %s",texto);
           SendClientMessage(playerid, Verde_Folha, string);
           return true;
}
ve se funfa e me fala =X
Reply
#3

Vlew cara, funfo de boa, Vlw mesmo , precisa mt que esse cmd funcionase
Reply
#4

ok tamos ai a disposiзгo =]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)