3dTextLabel doesn't appear
#1

Guys, here is!


When i load houses, pickup has been appear, but 3dTextLabel doesn't show up.

here is
PHP Code:
CreateDynamicPickup(12731HINFO[i][hEx], HINFO[i][hEy], HINFO[i][hEz], 0);
format(strsizeof(str), "Casa: %i\n Preзo: $%i"iHINFO[i][hPreco]);
HINFO[i][hText] = CreateDynamic3DTextLabel(strwhiteHINFO[i][hEx], HINFO[i][hEy], HINFO[i][hEz]+0.315); 
Why 3dTextLabel doesn't appear on pickup?
Reply
#2

Can I see the define for HINFO[i][hText]?
Reply
#3

on hInfo:
PHP Code:
Text3D:hText 
PHP Code:
new HINFO[MAX_HOUSES][hInfo]; 
on string:
PHP Code:
format(strsizeof(str), "Casa: %i\n Preзo: $%i"iHINFO[i][hPreco]); 
Reply
#4

Thanks.

I'd advise checking with a 'test' text label. Then add the variables in to rule out any issues with the text itself.

Literally replace

'format(str, sizeof(str), "Casa: %i\n Preзo: $%i", i, HINFO[i][hPreco]);'

with format(str, sizeof(str), "TEST");
Reply
#5

Hmmm.. it's a good idea!


I'll do it! Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)