Thread: What's Wrong?
View Single Post
  #2  
Old 01-21-2006, 01:19 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
o.O

HTML Code:
//#CLIENTSIDE
if (playerenters || created) {
  timeout = 1;
}

if (timeout) {
  setlevel2 onlinestartlocal.nw,30,30;
}
Reply With Quote