SA-MP Forums Archive
Chat help - 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 help (/showthread.php?tid=109097)



Chat help - Nexx - 17.11.2009

Can someone tell me how can i add to player the chat from npc (like Say : x) like baloon chat the top of the head


Re: Chat help - miokie - 17.11.2009

SetPlayerChatBubble

Search that on the Wiki.


Re: Chat help - OverLord* - 18.11.2009

And if i want to appear some like : Says: text.

At the moment, it appear only the text overhead of player, so i want to appear "Says:" too.


Re: Chat help - LarzI - 18.11.2009

use format.
format(str, 128, "Says: %s" text);

SetPlayerChatBubble(text, ...)

You do the rest