View Single Post
  #20  
Old 08-28-2009, 02:08 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
You also need to setshape(1,32,32) // or whatever the size you want on the serverside(onCreated() is where it should be called) for the server to be able to recognize the NPC.

Ideally, what you can also do is set up a system weapon to have triggers for warping the player, and simply do something like this on the clientside:

triggerServer("gui","-System","WarpPlayer",player.account,dest); // you don't have to use temp.var after you declared the variable a temp.
Reply With Quote