07.05.2018, 01:38
You can if you pass the correct address, for example by using ref from amx_memory
SetTimerEx is just limited to global / static variables, local variables would be out of scope
CallLocalFunction works also with local ones
PHP код:
SetTimerEx("decrease", 1000, true, "i", ref(TEST));
CallLocalFunction works also with local ones

