
08-25-2004, 04:04 PM
|
|
G2K1 Developer
|
 |
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
|
|
|
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 |
|
|
|