0
На рассмотрении
IR.AddListener(IR.EVENT_WORK,0,function() available in IR server?
Hi,
Can I use IR.AddListener(IR.EVENT_WORK,0,function() in iRidium Server?
So the server always checks the script?
Сервис поддержки клиентов работает на платформе UserEcho
Hello.
EVENT_WORK was created for i2 Control. EVENT_WORK is left in i3 pro for compatibility, but we don't recommend using it in i3 pro. This event is not recommended for using in real JS tasks, because of not the optimal use of resources. Please use SetInterval or the listeners of tag changes.