View Single Post
  #4  
Old 10-15-2008, 12:56 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by DarkReaper0 View Post
Here's a starting point:
[Script stuff]

Should do:

PHP Code:
function onTimeOut()
{
 for (
04i++)
  {
   if (
keydown(i))
    {
      
//Do Stuff
    
}
  }
  
setTimer(0.05);

Reply With Quote