Thread: Key down
View Single Post
  #17  
Old 03-24-2009, 09:41 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xXziroXx View Post
I haven't encountered it in Windows nor Linux, so if anything, it's Mac.
It was happening on Windows, in Hachi's woodcutting system.

It also happened in various gun systems (for example) that I've made.

I've already eliminated all other elements (making a script that just has a timeout and a check, verifying that the timeout works, and at first it works fine, and later it doesn't. Script I used was something like

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
onTimeOut();
}
function 
onTimeOut() {
  
player.chat keydown2(getkeycode("s"), falseSPC timevar2);
  
setTimer(0.05);

__________________
Reply With Quote