SA-MP Forums Archive
Problem with ysi_timers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with ysi_timers (/showthread.php?tid=652149)



Problem with ysi_timers - Filip21 - 04.04.2018

[debug] Run time error 12: "(sleep mode)"
[debug] AMX backtrace:
[debug] #0 0004116c in Command_Add () at D:\gmzo\pawno\include\YSI\..\YSI_Coding\..\YSI_Cod ing\y_malloc/heapalloc.inc:331

What is the problem??

if included y_timers, the problem occurs


Re: Problem with ysi_timers - kingmk - 05.04.2018

Try to include like this.

Код:
//...
#include <crashdetect> //First
#include <YSI\y_timers> //Second
//...



Re: Problem with ysi_timers - Filip21 - 05.04.2018

Thanks, solved.