Thread: Looping
View Single Post
  #10  
Old 12-13-2001, 07:55 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: Re: Looping

Quote:
Originally posted by Kumada

BAHAHAHHAHHHHA
//#CLIENTSIDE
if (playerenters){
timeout=.05;
}

//#CLIENTSIDE
while (timeout){
hide;
sleep2;
show;
sleep .10;
}
The second //#CLIENTSIDE is unneccesary
Reply With Quote