15.08.2012, 19:05
Is there a way to pass the fetched arguments from a function?
For example:
The example is probably not clear enough, but I am trying to pass the fetched arguments to another function, is there a way to do this?
For example:
pawn Код:
stock Func(...)
{
OtherFunc(...);
}
stock OtherFunc(...)
{
// code...
}