Quote:
|
Originally Posted by ApothiX
Then this thread should be named 'keydown2?'
PHP Code:
if(keypressed) {
setplayerprop #c,#p(0) pressed.;
}
or if you want ones that don't work with keypressed,
PHP Code:
if(timeout) {
for(i=0;i<255;i++) {
if(keydown2(i, false)) {
setplayerprop #c,#v(i) pressed.;
}
}
}
|
Well, I appreciate the help, or would be help, had I any idea how that actually works.