
08-28-2009, 02:08 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
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. |
|
|
|