View Single Post
  #7  
Old 11-28-2001, 05:20 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by LiquidIce00
if you just want to trade info w/o npc server and w/o using getplayer stuff you could just do something like
NPC Code:

for (this.i=1;this.i<playerscount;this.i++) {
triggeraction players[this.i].x,players[this.i].y,whatever,#a;
}


just an idea.
you would have to use
triggeration players[this.i].x+1.5,players[this.i].y+2,whatever,#a;

if u do not add the small values to x and y triggeraction won't work right...
__________________
No Webhost at the moment
Reply With Quote