[Ajuda] GameTextForPlayer para Create3DTextLabel
#1

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

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

Consegui mais ele aparece quando entra no icone
Reply
#4

Aumenta a distancia...
Reply
#5

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
Reply
#6

up......
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)