View Single Post
  #2  
Old 03-07-2004, 11:48 AM
Riot Riot is offline
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Riot is on a distinguished road
Re: Summon - Gmap Problems

Quote:
Originally posted by projectigi
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
Ugh, just check for the player's x and y serverside before doing getplayer.
Reply With Quote