A Question. - 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: A Question. (
/showthread.php?tid=655376)
A Question. -
SubGames - 19.06.2018
I want ask that using PlayerChatBubble is more good or using Create3DTextLabel to show chat messages above player head?
Re: A Question. -
Lokii - 19.06.2018
That depends for survival i think its better to use label above players head for freeroam i think its better to use chat bubble
Re: A Question. -
Sew_Sumi - 19.06.2018
Quote:
Originally Posted by Lokii
That depends for survival i think its better to use label above players head for freeroam i think its better to use chat bubble
|
But why though... Explain why it is better so that you can show you understand the difference between the 2...
Re: A Question. -
SubGames - 19.06.2018
I don't asked is it important to show messages above player head, I asked which one is more good. Create3DTextLabel or SetPlayerChatBubble.
Re: A Question. -
Sew_Sumi - 19.06.2018
Well then you're asking the wrong question... You're asking 'which should I use' when you should be asking what the difference is and base it upon your needs.
He's right though, if you're doing freeeroam things, and simply only going to show the chat, ChatBubbles would be fine, but if you're doing anything that needs special stuff then you'd be better off using the 3DTextLabel.
Re: A Question. -
SubGames - 21.06.2018
Okey, Thanks.