Help Update3DTextLabelText [rep++]
#1

How to make when i /kupifirma to buy a property to show 3DText becouse property is my i like this script

pawn Код:
mylabel = format(string,sizeof(string),"{F81414}Firma\n {157DEC}Ime: {F3FF02}%s\n {157DEC}Cena: {F3FF02}%d\n {157DEC}Zarabotka: {F3FF02}%d$",PropInfo[id][PropName], PropInfo[id][PropValue], PropInfo[id][PropEarning]);
                mylabel = Create3DTextLabel(string ,0xAA3333AA,PropInfo[id][PropX], PropInfo[id][PropY], PropInfo[id][PropZ]+0.5,15, 0, 0);
                if(PropInfo[id][PropIsBought] == 1)
                {
                    BoughtProps++;
                mylabel = format(string,sizeof(string),"{F81414}Firma\n {157DEC}Gazda: {F3FF02}%s\n {157DEC}Cena: {F3FF02}%d\n {157DEC}Zarabotka: {F3FF02}%d$",PropInfo[id][PropOwner], PropInfo[id][PropValue], PropInfo[id][PropEarning]);
                mylabel = Update3DTextLabelText(mylabel ,0xAA3333AA,PropInfo[id][PropX], PropInfo[id][PropY], PropInfo[id][PropZ]+0.5,15, 0, 0);
Rep ++
Reply
#2

What do you mean? I cannot understand your lang..

P.S. Use pawn tags to paste a code.
Reply
#3

Honestly we can't see the code properly. Please Edit and rearrange it with Code tags as Faisal said.
Reply
#4

sry now its ok ?
Reply
#5

Yeah it is.
Reply
#6

When its ok help me !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)