View Single Post
  #6  
Old 05-06-2004, 09:09 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by osrs
What do you mean with "/reconnect" ? (i suppose you're talking about a player command). A serverwarp to the same server will work same way, don't you think? About serverwarp, it's just use it like this way (serverside only):

NPC Code:

if(actionplayeronline){
serverwarp playerworld-name;
}

Surely you should know it's clientside only?
Reply With Quote