22.02.2016, 02:08
Код:
stock SubtractNumber(...) { new result = 0; for(new i = 0; i < numargs(); ++i) { result = result - getarg(i); printf("Arg %d = %d", i,getarg(i)); } return result; }
stock SubtractNumber(...) { new result = 0; for(new i = 0; i < numargs(); ++i) { result = result - getarg(i); printf("Arg %d = %d", i,getarg(i)); } return result; }