09.03.2012, 15:34
Pass it as argument to the function.
pawn Код:
stock myArrayFunc(array[], size = sizeof array)
{
format(array, size, "This is a %s with the number %d", "string", 7);
}