SA-MP Forums Archive
Player Chat Bubble - 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: Player Chat Bubble (/showthread.php?tid=521392)



Player Chat Bubble - jeffery30162 - 22.06.2014

I want it to when a player chats it only shows above his head and not in the chat box thing. but when I try to use it nothing shows up above that players head..

code:
Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, COLOR_WHITE, 100.0, 10000);
return 0;
}



Re: Player Chat Bubble - Equality - 22.06.2014

format(str,sizeof(str),"%s",text);
SetPlayerChatBubble(playerid,str,COLOR_WHITE,100,1 0000);


Re: Player Chat Bubble - jeffery30162 - 22.06.2014

still nothing


Re: Player Chat Bubble - Vince - 22.06.2014

Keep in mind that you can't see your own chatbubbles. Same goes for attached 3D texts.


Re : Player Chat Bubble - Ramoboss - 22.06.2014

i'm joining you bro, i have the same issue, i changed return 1 to return 0 in OnPlayerText but it stills showing the text in the chatbox


Re: Player Chat Bubble - jeffery30162 - 22.06.2014

you cant see your own chat bubbles?


Re: Player Chat Bubble - Juvanii - 22.06.2014

Quote:
Originally Posted by Vince
Посмотреть сообщение
Keep in mind that you can't see your own chatbubbles. Same goes for attached 3D texts.
Mindfreak! I wanted to say that :p


Re: Player Chat Bubble - Equality - 22.06.2014

Quote:
Originally Posted by jeffery30162
Посмотреть сообщение
you cant see your own chat bubbles?
ofc you can't.


Re : Player Chat Bubble - Ramoboss - 22.06.2014

no he wants the message not showing in the chatbox but it's still showing, and i have the same issue


Re: Re : Player Chat Bubble - Equality - 22.06.2014

Quote:
Originally Posted by Ramoboss
Посмотреть сообщение
no he wants the message not showing in the chatbox but it's still showing, and i have the same issue
please give me the whole public.