SA-MP Forums Archive
Help me fast plss!! - 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: Help me fast plss!! (/showthread.php?tid=606014)



Help me fast plss!! - Micko123 - 28.04.2016

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


Re: Help me fast plss!! - [LTU]mindux9[TCS] - 28.04.2016

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

DrawDistance is 0. Input example 50.0


Re: Help me fast plss!! - Micko123 - 28.04.2016

Okay. I will try it now. And send you feedback


Re: Help me fast plss!! - oMa37 - 28.04.2016

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); 



Re: Help me fast plss!! - Micko123 - 28.04.2016

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