Quote:
Originally Posted by xXziroXx
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"), false) SPC timevar2);
setTimer(0.05);
}