3D text not showing.
#1

How come this isn't showing?:

pawn Код:
format(btext, sizeof(btext), "{FF0000}%s\nOwner:{FFFFFF} %s\n{FF0000}Payout:{FFFFFF} $%s", Business[i][BusinessName], Business[i][BusinessOwner], FormatNumber(Business[i][BusinessPayout]));
Business[i][BusinessText] = Create3DTextLabel(btext, GREEN, ex, ey, ex, 10.0, 0, 1);
Reply
#2

Quote:
Originally Posted by iGetty
Посмотреть сообщение
How come this isn't showing?:

pawn Код:
format(btext, sizeof(btext), "{FF0000}%s\nOwner:{FFFFFF} %s\n{FF0000}Payout:{FFFFFF} $%s", Business[i][BusinessName], Business[i][BusinessOwner], FormatNumber(Business[i][BusinessPayout]));
Business[i][BusinessText] = Create3DTextLabel(btext, GREEN, ex, ey, ex, 10.0, 0, 1);
You set your Z coordinate to the X coordinate, replace ex with what I assume would be ez.
Reply
#3

Quote:
Originally Posted by Camacorn
Посмотреть сообщение
You set your Z coordinate to the X coordinate, replace ex with what I assume would be ez.
Oh god >.< thanks pal!
Reply
#4

How ironic such an "ez" fix
Reply
#5

Haha, snazzy Pottus
Reply
#6

i have an warnimg

Код:
(231) : warning 213: tag mismatch
Код:
casa1 = Create3DTextLabel("text",0x008080FF, 1496.476, -690.257, 94.995, 40, 0, 0);
Reply
#7

Quote:
Originally Posted by moof2010
Посмотреть сообщение
i have an warnimg

Код:
(231) : warning 213: tag mismatch
Код:
casa1 = Create3DTextLabel("text",0x008080FF, 1496.476, -690.257, 94.995, 40, 0, 0);
'casa1' should be a Text3D variable

pawn Код:
new Text3D: casa1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)