Jump to content

Recommended Posts

Posted

Hi Guy's :)

I have small Question ;)

I want to freeze the mouse & keyboard until finish the script because the user when he touch the mouse or keyboard he will confuse the script

so my Question is : How to can i freeze those devices until finish the script ? ;)

Posted

use the Blockinput command...

1 = Disable user input

0 = Enable user input

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Posted

Can you post or Email the code.

I would try to put the

Blockinput(1) At the begining

and

Blockinput(0) At the end

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...