View Single Post
  #7  
Old 12-01-2009, 06:47 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
i normally use
PHP Code:
function onKeyPressed(code,key)
{
  if( 
key == "f")
  {
  }

but if i do it that way the script keeps looping if i hold the key down, and i think with the .lower that is stopped.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.
Reply With Quote