Create3DTextLabel not showing up
#1

The text are not showing up

Код:
 Create3DTextLabel("VIP Heal\n Type /vipheal to get healed", 0xFF0000FF, -2654.0190,1407.2271, 906.2734, 10.0, -1, 0);
How to fix it?
Reply
#2

if you've been to this area. -2654.0190,1407.2271, 906.2734?
Reply
#3

Quote:
Originally Posted by pipin12lo
Посмотреть сообщение
if you've been to this area. -2654.0190,1407.2271, 906.2734?
yes and its on interior
Reply
#4

Код:
Create3DTextLabel("VIP Heal\n Type /vipheal to get healed", 0xFF0000FF, -2654.0190,1407.2271, 906.2734, 10.0, -1, 0);
0xFF0000FF = May be replaced with the name of the color, for example. COLOR_RED


Код:
Create3DTextLabel("VIP Heal\n Type /vipheal to get healed", COLOR_RED, -2654.0190,1407.2271, 906.2734, 10.0, -1, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)