View Single Post
  #3  
Old 11-12-2001, 06:54 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
*sarcasm*
0.o.0.o.0.o.0
please hire me i am so good look at this ....

if (created) {
timeout=0.05;
playerap=0;
}
if (playerap=0 && timeout) {
set apup;
unset apdown;
playerap++;
tmeout=0.05;
}
if (playerap=100 && timeout) {
set apdown;
unset apup;
playerap--;
tmeout=0.05;
}
if (apup && timeout) {
playerap++;
timeout=0.05;
}
if (apdown && timeout) {
playerap--;
timeout=0.05;
}

ph33r my uber l33t script you weirdo !
*sarcasm*

Last edited by nyghtGT; 11-13-2001 at 03:51 AM..
Reply With Quote