Author Topic: Getting Other Players Chat Client-Sided?  (Read 1423 times)

This is more a question of curiousity, but how would you get what other players said client-sided?

Isn't it just
Code: [Select]
function clientcmdChatMessage(%a, %b, %c, %fmsg, %cp, %name, %cs, %msg)
?

And also, not to hijack your thread, but if the topic is already brought up,
Code: [Select]
function NMH_Type::Send(%this)
Is this sending messages?
And %text=%this.getvalue();
?


Code: [Select]
function NMH_Type::Send(%this)
Is this sending messages?
And %text=%this.getvalue();
?
Yes. NMH_Type send is the GUITextEditCtrl that you type in and that is the function called when you send the message.