Thread: X-Mas House
View Single Post
  #21  
Old 12-16-2001, 03:26 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
dont use
if (playerenters && timeout=0) which is WRONG

just use

if (timeout) {
code
}
timeout = 0.1
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote