Timer-Fix-plugin icon indicating copy to clipboard operation
Timer-Fix-plugin copied to clipboard

I have a question

Open Dmitriy51 opened this issue 4 years ago • 0 comments

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; }

Dmitriy51 avatar Jan 02 '22 18:01 Dmitriy51