![]() |
Disabling the v3 Chat Bar GUI
Is there any way to disable the chat bar that comes up when you hit tab in v3?
I wanted to rescript a bar more like the v2 one, but there're a few problems: First of all, is there any way to disable the bar from popping up? Like a ChatGUI.destroy()? Enablefeatures doesn't work. Second, is there any way to detect when the tab key is hit? I've tried keydown2(9,true) in both a keypressed and a timeout, but it didn't register. Third, is there a way to force select the custom GUI bar where you input the text with a command? |
To destroy the Chat Bar
NPC Code: |
I am not sure how exactly you can emulate the chat bar in v3.1, but in v4 it should be quite easy since also the default chatbar is scripted there. You do ChatBar.destroy and then do something like this:
PHP Code:
|
Quote:
|
Might be a bit laggy with a timeout when about 5 people speak at the same time, but if it's clientsided, then feh, there wouldn't be much.
|
Quote:
Edit: And why would you even script a chat system serverside? x_X |
Quote:
|
| All times are GMT +2. The time now is 05:51 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.