29.07.2014, 23:19
And whats your problem / question? If your problem is, that your code doenst work, then try this (worked fine):
pawn Код:
stock AddNumber(...)
{
new result;
for(new i=0; i<numargs(); i++) result += getarg(i);
return result;
}