You can download PHPInSimMod - PRISM 0.3.3 from that link. Please use this thread to talk about this release.
Thank you.
PHPInSimMod (PRISM) 0.3.3
Thank you.
PHPInSimMod (PRISM) 0.3.3
- Timers work correctly for both one off events and repeating events.
- Syntax change for the createTimer function, the callback function name is to be the first argument, and the second argument is to be the interval between the timed event and it's firing.
- The consts Plugin::TIMER_CLOSE, Plugin::TIMER_REPEAT, Plugin::TIMER_NOTRACK are gone.
- They where replaced with Timer::CLOSE & Timer::REPEAT, there is no Timer::NOTRACK because it's not implemented here.