Quote:
Originally Posted by sssssssssss
It looks really sloppy and annoying to me at least, and i imagine other players as well. We're using bubbles, so its all in the way.
|
PHP Code:
//#CLIENTSIDE
function onRemotePlayerChats(pl) {
pl.chat = "";
}
function ChatBar.onAction() {
ChatBar.text = "";
}
You'll need that in a weapon script, level NPCs don't receive GUI events.