[Question] Unlimited function arguments
#1

Is there a way to pass the fetched arguments from a function?

For example:

pawn Код:
stock Func(...)
{
    OtherFunc(...);
}

stock OtherFunc(...)
{
    // code...
}
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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)