
12-16-2001, 03:26 AM
|
|
Have A Drink On Me
|
 |
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
|
|
|
dont use
if (playerenters && timeout=0) which is WRONG
just use
if (timeout) {
code
}
timeout = 0.1 |
__________________
QUICK LOOK BUSY JESUS IS COMING!
|
|
|
|