Player Chat Bubble
#1

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;
}
Reply
#2

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

still nothing
Reply
#4

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

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
Reply
#6

you cant see your own chat bubbles?
Reply
#7

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
Reply
#8

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

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)