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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Chat Bubble (
/showthread.php?tid=113943)
Chat Bubble -
DiddyBop - 16.12.2009
Hey my chat bubbles dont work
Here is script...
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}
What i do wrong?!?!?!

PLS HALP?
Re: Chat Bubble -
Correlli - 16.12.2009
This code should work just fine. And you can't see chat-bubble which is setted for you, only for other players.
Re: Chat Bubble -
DiddyBop - 16.12.2009
ahh ok lol thx