Bubble Chat Question - 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: Bubble Chat Question (
/showthread.php?tid=241436)
Bubble Chat Question -
AH.1990 - 18.03.2011
Do bubble chat work
i did this
[PAWN]
CMD
ay(playerid, params[])
{
SetPlayerChatBubble(playerid, "Bubble Chat Test", Blue, 300.0, 10000);
return 1;
}
blue is defined i get no errors it just dont appear (to me)
why
?
Re: Bubble Chat Question -
SchurmanCQC - 18.03.2011
It doesnt appear to the player, but it appears to all others if in range.