View Single Post
  #7  
Old 05-02-2010, 06:29 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
cbk already said but what it comes down to is:

PHP Code:
//#CLIENTSIDE
function ChatBar.onShow() {
  
// I have been made visible.

All GUI controls have that kind of functionality, you can find the list here:

http://wiki.graal.net/index.php/Crea...ent/GuiControl

ChatBar.onShow() is only evoked once each time that the ChatBar becomes visible. This can lead to the emote glitching in cases where the player is warped around while chatting (could be that they are waiting for an event to start and the ET warps everyone to the event while some are mid-chat), and probably other instances as well (like spar waiting queues and such).
Reply With Quote