View Single Post
  #5  
Old 06-25-2004, 12:23 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Well I got it to work, but I had to nest them:
NPC Code:

with (getplayer(#p(1))) {
setstring this.test,bla;
with (getplayer(#p(2))) {
setstring client.test,#s(this.test);
}
}



But I suppose it's alright, atleast it works
__________________
V$:CONFL16T
Reply With Quote