Thread: Looping
View Single Post
  #9  
Old 12-13-2001, 01:15 AM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Re: Looping

Quote:
Originally posted by ShockwaveISTHEBEST
How do you make something loop. For instance.

if (playerenters) {
hide;
sleep 2;
show;
sleep 2;
}

How would i loop it?
Thanks. =]
BAHAHAHHAHHHHA
//#CLIENTSIDE
if (playerenters){
timeout=.05;
}

//#CLIENTSIDE
while (timeout){
hide;
sleep2;
show;
sleep .10;
}
__________________
Aim: Mmm Kumada

Reply With Quote