Quote:
Originally Posted by cbk1994
To reconnect a player, you need to call serverWarp(servername); clientside. If the player is the one doing the reconnecting, there's no reason to go serverside at all; just handle it in a clientside script instead in ChatBar.onAction or onPlayerChats.
|
So it needs to be:
PHP Code:
//Clientside
if onPlayerChat=/reconnect
serverWarp(servername);
I'm new in scripting so
