Help me fast plss!!
#1

This code shows no errors
Код:
	CreateActor(71, 1483.7206, -1750.3092, 15.4453, 4.2050);
	Create3DTextLabel("Dobrodosli na New Age DeathMatch server", 0x00FF00FF, 1483.7206, -1750.3092, 23.5625, 0, 0);
But it is not creating 3D text label and that Actor
Reply
#2

Create3DTextLabel("Dobrodosli na New Age DeathMatch server", 0x00FF00FF, 1483.7206, -1750.3092, 23.5625, 0, 0);

DrawDistance is 0. Input example 50.0
Reply
#3

Okay. I will try it now. And send you feedback
Reply
#4

Didn't you see the difference between this coords:
Код:
1483.7206, -1750.3092, 23.5625
And this coords:

Код:
1483.7206, -1750.3092, 15.4453
You put the wrong coords for the 3D Text Label
Change your coords of the Create3DTextLabel for this also increase the Draw distance:

PHP код:
Create3DTextLabel("Dobrodosli na New Age DeathMatch server"0x00FF00FF1483.7206, -1750.309215.445310.00); 
Reply
#5

Quote:
Originally Posted by [LTU]mindux9[TCS]
Посмотреть сообщение
Create3DTextLabel("Dobrodosli na New Age DeathMatch server", 0x00FF00FF, 1483.7206, -1750.3092, 23.5625, 0, 0);

DrawDistance is 0. Input example 50.0
THANK YOU!!!! DONEEEEE!! THANK YOUUUU
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)