View Single Post
  #1  
Old 03-07-2004, 11:16 AM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Summon - Gmap Problems

Hi,

I've made a summon script. It works but not on the Gmap.
So i tried to make it work like

NPC Code:

this.x=onmapx(#L)*64+playerx;
this.y=onmapy(#L)*64+playery;
triggeraction 0,0,serverside,-System,warp,#a,#L,#v(this.x),#v(this.y);


but that dont work
The Player who i summon will be warped on gmap but he will not warped to me.

plz Help
Reply With Quote