SA-MP Forums Archive
3D TEXT not display - 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: 3D TEXT not display (/showthread.php?tid=521431)



3D TEXT not display - kloning1 - 23.06.2014

my 3d text not display why
Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
^ : exlampe from streamer
this my code
Код:
CreateDynamic3DTextLabel("Pom Bensin \nKetik /pulling ",COLOR_YELLOW,2114.96, 922.37, 10.82+0.6,10.0);
	CreateDynamic3DTextLabel("Pom Bensin \nKetik /pulling ",COLOR_YELLOW,614.72, 1690.52, 6.99+0.6,10.0);
	CreateDynamic3DTextLabel("Pom Bensin \nKetik /pulling ",COLOR_YELLOW,1596.31, 2202.13, 10.82+0.6,10.0);
	CreateDynamic3DTextLabel("Pom Bensin \nKetik /pulling ",COLOR_YELLOW,2147.56, 2745.40, 10.82+0.6,10.0);
	CreateDynamic3DTextLabel("Pom Bensin \nKetik /pulling ",COLOR_YELLOW,2639.99, 1109.25, 10.82+0.6,10.0);
	CreateDynamic3DTextLabel("Pom Bensin \nKetik /pulling ",COLOR_YELLOW,2199.38, 2474.52, 10.82+0.6,10.0);



Re: 3D TEXT not display - Aerotactics - 23.06.2014

Quote:

6.99+0.6

Try writing in the sum: 7.59


Re: 3D TEXT not display - AiRaLoKa - 23.06.2014

increase the draw distance maybe?

or try what Aerotactics' said


Re: 3D TEXT not display - Excel™ - 23.06.2014

maybe the color:COLOR_YELLOW is transparent, its cause it can contain a transparent macro.
Or just increase the draw distance.


Re: 3D TEXT not display - kloning1 - 23.06.2014

all not working,


Re: 3D TEXT not display - Beckett - 23.06.2014

Can you show your definition of COLOR_YELLOW.