SA-MP Forums Archive
SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? (/showthread.php?tid=119182)



SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - HydraX - 07.01.2010

SetPlayerChatBubble doesn't call in OnPlayerRequestClass, Is there another way for it to show?


Re: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - CracK - 07.01.2010

I don't know about bubble, but you can try 3DText instead of it. It's pretty much the same.


Re: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - Sergei - 07.01.2010

Chat bubble is attached to player and that player can't see it, like you can't see your own nametag.


Re: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - HydraX - 07.01.2010

Im sorry not chatbubble (stupid me) I ment Textlabel


Re: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - beckzy - 07.01.2010

Nobody can see you at class selection...


Re: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - HydraX - 07.01.2010

Quote:
Originally Posted by BeckzyBoi
Nobody can see you at class selection...
Thats not my question...

My question is.. Can I put 3dText (or whatever it's called) be placed in OnPlayerRequestClass..


Re: SetPlayerChatBubble doesn't show in OnPlayerRequestClass? - HydraX - 07.01.2010

Nvm, I used GetPlayerPos and GetPlayerVirtualWorld..