14.11.2011, 07:13
If you're using YSI, do this:
Does that fix it?
One issue I know can cause problems is if a function called by a timer would fail somehow (array out of bounds, for example). If one timer function fails, all others will fail after it.
pawn Код:
#define TIMER_FIX_DISABLE_EX true
#include <timerfix>
One issue I know can cause problems is if a function called by a timer would fail somehow (array out of bounds, for example). If one timer function fails, all others will fail after it.