Thread
:
slippery ice script help
View Single Post
#
4
10-15-2008, 12:56 AM
Gambet
Registered User
Join Date: Oct 2003
Posts: 2,712
Quote:
Originally Posted by
DarkReaper0
Here's a starting point:
[Script stuff]
Should do:
PHP Code:
function
onTimeOut
()
{
for (
i
=
0
;
i
<
4
;
i
++)
{
if (
keydown
(
i
))
{
//Do Stuff
}
}
setTimer
(
0.05
);
}
Gambet
View Public Profile
View GraalOnline Profile
Find all posts by Gambet