Thread
:
Looping
View Single Post
#
10
12-13-2001, 07:55 AM
Python523
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
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
Python523
View Public Profile
View GraalOnline Profile
Find all posts by Python523