View Single Post
  #4  
Old 09-05-2002, 12:18 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Re: Serverwarp Problems

Quote:
Originally posted by emortylone
I can't seem to get serverwarp to work x.X I tried this:
NPC Code:

if (actionserverside)
{ serverwarp #p(0);}

//#CLIENTSIDE
if (playerchats && startswith(/jumpto,#c))
{ triggeraction 0,0,serverside,[npc name],#e(8,-1,#c);}


it SHOULD work, i tried a half a dozen things. Even made it if weaponfired trigger it to serverwarp Babylon; not working x.X And then I even tried it CLIENTSIDE... no luck =/
---Shifter
NPC Code:


if (playerchats) {
tokenize #c;
if (strequals(#t(0),/warp)){
serverwarp #t(1);
}
}


__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote