SA-MP Forums Archive
Create3DTextLabel not showing up - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Create3DTextLabel not showing up (/showthread.php?tid=509255)



Create3DTextLabel not showing up - Yasubo - 26.04.2014

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?


Re: Create3DTextLabel not showing up - pipin12lo - 26.04.2014

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


Re: Create3DTextLabel not showing up - Yasubo - 26.04.2014

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


Re: Create3DTextLabel not showing up - pipin12lo - 26.04.2014

Код:
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);