Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Code Gallery (https://forums.graalonline.com/forums/forumdisplay.php?f=179)
-   -   Key down (https://forums.graalonline.com/forums/showthread.php?t=84795)

Vima 03-24-2009 06:16 PM

Quote:

Originally Posted by xXziroXx (Post 1477362)
I haven't encountered it in Windows nor Linux, so if anything, it's Mac.

Now when I think on it, this might have happend to me too.
But it was on my Mac.
I thought it was my computer who was being wierd ;X

cbk1994 03-24-2009 09:41 PM

Quote:

Originally Posted by xXziroXx (Post 1477362)
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);



fragman85 03-24-2009 09:44 PM

That's why my onwallcheck kept stopping...!¨

But it always stopped after like only 5 sec :o

cbk1994 03-24-2009 09:55 PM

Quote:

Originally Posted by fragman85 (Post 1477481)
That's why my onwallcheck kept stopping...!¨

But it always stopped after like only 5 sec :o

Probably something different, keydown2 would normally last a long time before breaking.


All times are GMT +2. The time now is 11:42 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.