Timer-Fix-plugin
Timer-Fix-plugin copied to clipboard
I have a question
Hello, it is possible to add in the next version of the plugin, the automatic timer identifier in callback?... It would be very helpful for optimization and memory saving.
SetCustomTimerEx("Exemple", 3000, 0, 5, "i", playerid);
//exemple code; forward Exemple(timerid, playerid);
public Exemple(timerid, playerid){ SetTimerInterval(timerid, 1000); return 1; }