[HELP] Textlabels the property system
#1

such as in textlabels properties ?

I got to do this:

Код:
new str[128];
        format(str, sizeof(str), "[A VENDA]\n%s\n|Valor: %s |\n|Lucro: $%d|\n|Dono: %s|",PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]);
    	propid = Create3DTextLabel(str,0x006400FF,PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner],60,0,1);
Reply
#2

You need set position of Create3DTextLabel instead of PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply
#3

Use this code, and where is X, Y and Z positions the use of the property.
PHP код:
new str[128];
        
format(strsizeof(str), "[A VENDA]\n%s\n|Valor: %s |\n|Lucro: $%d|\n|Dono: %s|",PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]);
        
propid Create3DTextLabel(str0x006400FFXYZ+0.4080.001); 
PS: se for brasileiro adiciona skype garotin1408
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)