SA-MP Forums Archive
[Ajuda] GameTextForPlayer para Create3DTextLabel - 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] GameTextForPlayer para Create3DTextLabel (/showthread.php?tid=614102)



GameTextForPlayer para Create3DTextLabel - PacManBRsPWN - 04.08.2016

Alguem sabe transforma GameTextForPlayer em Create3DTextLabel

Quote:

new str[128];
format(str, sizeof(str), "~y~\"%s\"~n~~r~Valor: ~y~$%d~n~~r~Lucro: ~y~$%d~n~~r~Dono: ~y~%s", PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]);
GameTextForPlayer(playerid, str, 6000, 3);

Fiz tudo mais nгo aparece print : http://imgur.com/Mj8sjIK


Re: GameTextForPlayer para Create3DTextLabel - RafaelMau - 04.08.2016

https://sampwiki.blast.hk/wiki/Create3DTextLabel

Pegue aqui as cores desejadas: http://www.colorpicker.com/

new str[128];
format(str, sizeof(str), "{amarelo}\"%s\"\n{vermelho}Valor: {amarelo}$%d\n{vermelho}Lucro: {amarelo}$%d\n{vermelho}Dono: {amarelo}%s", PropInfo[propid][PropName], PropInfo[propid]);

Ver atravйs de objetos.
|
\/
Ex:Create3DTextLabel(str, Cor, X, Y, Z, Distancia, 0);


Re: GameTextForPlayer para Create3DTextLabel - PacManBRsPWN - 04.08.2016

Consegui mais ele aparece quando entra no icone


Re: GameTextForPlayer para Create3DTextLabel - F1N4L - 04.08.2016

Aumenta a distancia...


Re: GameTextForPlayer para Create3DTextLabel - PacManBRsPWN - 04.08.2016

Create3DTextLabel(str,0x00FF00FF, PropInfo[propid][PropX],PropInfo[propid][PropY],PropInfo[propid][PropZ],20.0,0); e mesmo assim tem q passar pelo icon da propriedade pra ativa-lo


Re: GameTextForPlayer para Create3DTextLabel - PacManBRsPWN - 06.08.2016

up......