SA-MP Forums Archive
[HELP]How to Get chat Up Of the Head - 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: [HELP]How to Get chat Up Of the Head (/showthread.php?tid=253425)



[HELP]How to Get chat Up Of the Head - Sid_Alexander - 06.05.2011

In my server, When someone chats, its normal to see it near the chat box, But i want it to show it up on head too, Can any one provide me with something, which will show the chat in the chat box and also up of the players head??


Re: [HELP]How to Get chat Up Of the Head - Seven_of_Nine - 06.05.2011

Isn't that automatically? O.o


Re: [HELP]How to Get chat Up Of the Head - Calgon - 06.05.2011

SetPlayerChatBubble.


Re: [HELP]How to Get chat Up Of the Head - Sid_Alexander - 06.05.2011

Umm, Dont tell me it will also show the ooc chat!


Re: [HELP]How to Get chat Up Of the Head - Sid_Alexander - 06.05.2011

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
Dont tell me it shows the ooc chat up of your head too


Re: [HELP]How to Get chat Up Of the Head - steki. - 06.05.2011

PHP код:
public OnPlayerText(playeridtext[])
{
    
SetPlayerChatBubble(playeridtext0xFF0000FF100.010000);
    return 
1;

It won't show the OOC chat.


Re: [HELP]How to Get chat Up Of the Head - Sid_Alexander - 06.05.2011

Quote:
Originally Posted by Luнs Miki
Посмотреть сообщение
PHP код:
public OnPlayerText(playeridtext[])
{
    
SetPlayerChatBubble(playeridtext0xFF0000FF100.010000);
    return 
1;

It won't show the OOC chat.
Thanks!