TestArg(2, 3);
stock TestArg(...){ printf("%i %i", getarg(0, 0), getarg(1, 0));}
TestArg("FirstString", "2ndString");