Difference between CreateDynamic3DTextLabel and Create3DTextLabel?
#1

As the title says, what's the difference? I've searched around, thanks in advance.
Reply
#2

Dynamic = https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#3

A dynamic 3D text label can basically go around the SA:MP limit of the 3D text labels per-server. You can (essentially) have unlimited labels when using a streamer for these.

On the other hand, the bare function, Create3DTextLabel is the SA:MP native function. This is limited to a certain amount and if/when you reach that amount, you cannot create any more 3D text labels.
Reply
#4

Ahh I see thank you. It means that it can be edited, effectively without having to destroy one and then re-create!

@ Realcop

Thanks! Did what I say have any truth?
Reply
#5

Quote:
Originally Posted by Dokins
Посмотреть сообщение
Ahh I see thank you. It means that it can be edited, effectively without having to destroy one and then re-create!

@ Realcop

Thanks! Did what I say have any truth?
No... it just means you can have (essentially) an unlimited number of 3D text labels.
Reply
#6

pawn Код:
UpdateDynamic3DTextLabelText(Text3D:id, color, const text[]);
?
Reply
#7

Quote:
Originally Posted by Dokins
Посмотреть сообщение
pawn Код:
UpdateDynamic3DTextLabelText(Text3D:id, color, const text[]);
?
That simply updates a specific labels text, if you wanted to change it.
Reply
#8

I see. Thank you!
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)