Posts: 30
Threads: 4
Joined: May 2013
Reputation:
0
I'd like to see your code, but surely you just need to unset the chat bubble variable on player disconnect.
Posts: 73
Threads: 2
Joined: Aug 2010
Reputation:
0
Just like the way you set it on. You need to show us this piece of code to help you manage this problem.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
for how long are the chatbubbles displayed? they automatically disappear when the time is over, so iam slightly confused about this issue.
display them for like 10-30 seconds - are you sure its not your script setting the chabubble each second? if so, set the string to "", and display the string only if its lenght >0.
setting the (your) "display chat bubble" variable on playerconnect to 0 could help aswell (if its scripted in a timer+loop)...