View Single Post
  #6  
Old 02-15-2002, 10:19 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
lol, it happens to a lot of people, sometimes I forget certain attributes of the players like #C# and stuff like that

I'm sure playerscount works, I've tried it online before like this:

if (created) {timeout=.05;}
if (timeout) {timeout=.05;}
if (timeout&&playerscount==1)
setlevel2 onlinestartlocal.graal,30,30;
}
and that worked perfectly
Reply With Quote