Well i know how to but when it gets to %t4 %t5 and the others turn into %t4 and its just repeated. I do this:
function servercmdHello(%client, %t1, %t2, %t3, %t4, %t5, %t6, %t7, %t8, ){
%text = %t1 SPC %t2 SPC %t3 SPC %t4 SPC %t5 SPC %t6 SPC %t7 SPC %t8;
messageboxok(,"","Hello\n" @ %text");
}
If i typed /hello 1 2 3 4 5 6 7 8
it'd come out: 1 2 3 4 4 4