EDIT: sry, read it wrong
EDIT2: tested the script in the first post and it worked fine, except that ur Arg1 and Arg2 arrays are too small
Code:
new Arg1[6]
new Arg2[6]
//Get the command arguments from the console
read_argv(1, Arg1, 5)
read_argv(2, Arg2, 5)
__________________