Thread: Gmap Summing
View Single Post
  #5  
Old 05-14-2005, 05:10 AM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to Luigi203
Instead of passing the summoner's xy through the trigger from clientside, get the xy serverside.

if (actionserverside) {
warpx = playerx;
warpy = playery;....


instead of

//#CLIENTSIDE
triggeraction 0,0,serverside,summoner,#v(playerx),#v(playery)... .
__________________


CAUTION
Reply With Quote