SA-MP Forums Archive
CreateDynamic3DTextLabel issue - 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: CreateDynamic3DTextLabel issue (/showthread.php?tid=388309)



CreateDynamic3DTextLabel issue - Eugene. - 28.10.2012

Well, Few days ago.. we did to our Community a small update by setting all the names over people's head by using
CreateDynamic3DTextLabel(string, COLOR_WHITE, 0, 0, 0.1, 10, playerid,INVALID_VEHICLE_ID,-1, -1 ,-1, -1); and remove the old name by using ShowPlayerNameTagForPlayer. Yesterday we found out that there is a bug and we still don't know what makes it. Now, when a person joins into the game you can see his name very nice. But sometimes the name dissipear and you can't see it. Lets say after 10-15 minutes when that person is logged or sometimes just for no reason. Anybody is aware about this problem ?

- Thank you.


Re: CreateDynamic3DTextLabel issue - Alex Magaсa - 28.10.2012

Did you do it correctly
Код:
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);
?


Re: CreateDynamic3DTextLabel issue - Eugene. - 28.10.2012

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Did you do it correctly
Код:
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);
?
Yes, sir. The thing is, it works pretty good, but sometimes for no reason it just dissipear.

Код:
CreateDynamic3DTextLabel(string, COLOR_WHITE, 0, 0, 0.1, 10, playerid,INVALID_VEHICLE_ID,-1, -1 ,-1, -1);



Re: CreateDynamic3DTextLabel issue - [HK]Ryder[AN] - 28.10.2012

Maybe it is just cuz of distance?text labels can't be seen from far


Re: CreateDynamic3DTextLabel issue - JaKe Elite - 28.10.2012

And also you need to keep in mind that streamer only loads 1 label at a time.

(Maybe?, Never use CreateDynamic3DTextLabel)


Re: CreateDynamic3DTextLabel issue - zombieking - 28.10.2012

@Romel: No.


Re: CreateDynamic3DTextLabel issue - Eugene. - 28.10.2012

Quote:
Originally Posted by Romel
Посмотреть сообщение
And also you need to keep in mind that streamer only loads 1 label at a time.

(Maybe?, Never use CreateDynamic3DTextLabel)
What do you mean, sir?


Re: CreateDynamic3DTextLabel issue - zombieking - 28.10.2012

Quote:

(Maybe?, Never use CreateDynamic3DTextLabel)

Why not use it?


Re: CreateDynamic3DTextLabel issue - Eugene. - 29.10.2012

Anybody?


Re: CreateDynamic3DTextLabel issue - Azazelo - 29.10.2012

Test if they missing when they enter house or biz ?