View Single Post
  #4  
Old 08-15-2008, 01:44 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Quote:
Originally Posted by xXziroXx View Post
Have a clientsided timeout read a random variable, say client.reconnect, then if its true - first unset the variable, then serverwarp. Piece a cake.

EDIT: And it's obviously the client that handles server changes, since it's the client that manually change servers - why would that ever be serversided?
heh, dont wanna mess with that
And also, it's SERVER changing.
Quote:
Originally Posted by Tigairius View Post
just put something like this in a system weapon:
PHP Code:
function onActionclientside() {
  switch(
params[0]) {
    case 
"reconnect":
      
serverwarp(servername);
     break;
  }

then serverside just do
PHP Code:
with (findPlayer(params[1])) 
  
triggerserver("gui"systemweaponnpcname"reconnect"); 
Was gonna do that, but not sure they want me to
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote