12.11.2018, 09:08
Hello,
I want to do something like the following:
Is this library appropriate to solve this problem, or is it better to use y_va?
I want to do something like the following:
pawn Код:
stock Event_Fire(Event: event, const fmt[], {Float, _}:...)
{
for (new i = 0; i < callbackCount[event]; i++)
{
CallLocalFunction(callbacks[event][i], fmt, /* the rest of the params */);
}
}

