29.09.2015, 22:48
such as in textlabels properties ?
I got to do this:
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);