[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


Messages In This Thread
[AJUDA]Create3DTextLabel - by [R] ousenber [K] - 08.06.2011, 15:54
Re: [AJUDA]Create3DTextLabel - by hitachi_uchila - 08.06.2011, 15:57
Re: [AJUDA]Create3DTextLabel - by [R] ousenber [K] - 08.06.2011, 15:59
Re: [AJUDA]Create3DTextLabel - by hitachi_uchila - 08.06.2011, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)