16. Februar 2011 um 23:09 #1 Hi, maybe somebody can help me, its possible to make timed events? Like run a php plugin every 30 minutes? Or make a cycle code with time?Like check the ping every one minute or hour.thanks!
17. Februar 2011 um 18:46 #2 Yeah, it's possible:use: PHP $mod->registerEvent("everyTime",(string)FUNCTIONNAME, OBJECT); everyTime is the event, it will call that function the whole time (an endless loop).
17. Februar 2011 um 20:16 #3 Thanks!But this event has no "amount of time" parameter?Is somewhere a list of Events? to see what can I do with manu and mw2?