Quote:
Originally Posted by Gunderak
I suppose something like this?
PHP Code:
//#CLIENTSIDE
function onKeyDown(code){
if(code in | 37, 40|){
//Movement keys?
}
}
But then I suppose you've got j and the other walk keys..
|
I appreciate it, but I got that part. Timeout to onwater and handle keys after disabling movement if in water.
I'm wondering if there is a better way than that though, as I hate using timeouts...