Chat bubbles - 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: Chat bubbles (
/showthread.php?tid=436061)
Chat bubbles -
Fernado Samuel - 09.05.2013
Removed
Re: Chat bubbles -
TheStreetsRP - 09.05.2013
I'd like to see your code, but surely you just need to unset the chat bubble variable on player disconnect.
Re: Chat bubbles -
Fernado Samuel - 09.05.2013
Removed
Re: Chat bubbles -
Konewka - 09.05.2013
Just like the way you set it on. You need to show us this piece of code to help you manage this problem.
Re: Chat bubbles -
Babul - 09.05.2013
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)...