Thread: What's Wrong?
View Single Post
  #6  
Old 01-21-2006, 03:28 PM
Kronan Kronan is offline
yo
Kronan's Avatar
Join Date: May 2001
Location: Florida, USA
Posts: 682
Kronan is on a distinguished road
Send a message via ICQ to Kronan Send a message via AIM to Kronan Send a message via Yahoo to Kronan
HTML Code:
if (actionserverside) {
  setlevel2 onlinestartlocal.nw,30,30;
}

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

if (timeout) {
  triggeraction 0,0,serverside,#n;
}
__________________
Reply With Quote