View Single Post
  #12  
Old 04-20-2011, 08:13 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Quote:
Originally Posted by Mark Sir Link View Post
should I just reference the client var without providing the object?

PHP Code:
if(client.viewnicks
EDIT: tested that with another player, appears to be working as intended

I guess the issues I need to figure out still are how to update nick names being toggled off instantly rather than having to sit and wait for a slow timeout I plan to use for AP.

EDIT 2: apparently keydown(10) only returns true while unpausing, and will not return true while starting a pause. Only solution I can think of is using GraalControl.onKeyDown and checking if keyname == 2nd param.
Pausing is weird, disable default and re-make your own.
__________________
Reply With Quote