View Single Post
  #17  
Old 08-25-2004, 04:04 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
I should update this so people know how i fixed it...

all i did was in serverside put a loop

for (p=3; strlen(#p(p)) > 3; p++){
addstring this.prams,#p(p);
}
tokenize #s(this.prams);

cause what happens is when you set a string as a pram it breaks up the string into unused prams , so each unused pram becomes a part of the string
Reply With Quote