Jump to content

Recommended Posts

Posted

Well a while back I used this function that detects a keystroke but doesn't hinder it but I forgot what function it was. I do remember that it used ASCII to recognize the keystroke. Any help would be appreciated.

Thanks! :P

Posted

Thats the one, but now another issue appears! Does it work with vista? When I try to use it it doesn't respond. Not even the Help file Example is working.

Posted

I don't see any reason why it shouldn't, I'll test later tonight.

[center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw

Posted

Thats the one, but now another issue appears! Does it work with vista? When I try to use it it doesn't respond. Not even the Help file Example is working.

I made a script for my friend that controls the mouse with the arrow keys. He has Vista and it used _IsPressed().

What you might be doing wrong:

;Say you wanna check if the c key is pressed.
_IsPressed("C");What you might be doing.
_IsPressed(43);What you should do.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Posted

I doubt it, since he said he tried the example script.

[center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw

Posted

Ok so I tried the example script again and it worked 4 out of 6 tries. It might just be an error with my keyboard. I'll try using it in my script and hopefully it will work.

Thanks for the help!

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...