2021-03-19, 06:33 PM
(2021-03-19, 05:42 PM)Emmett Wrote:(2021-03-19, 03:07 PM)Radical Wrote: Use crashdetect plugin to see information and debug about GM not running.
But first you have to remove the JIT plugin because crashdetect and JIT plugin don't work together.
Or you can go back to previous versions of your game mode that didn't have this problem.
If you think the problem is with YSI 5 includes, go back to YSI 4.
xd :thinking:
But it happens to me:
PHP Code:
Server Plugins
--------------
Loading plugin: jit
JIT plugin v2.0.2 is OK.
Loaded.
Loading plugin: crashdetect
CrashDetect must be loaded before 'jit'
Failed.
PHP Code:
Server Plugins
--------------
Loading plugin: CrashDetect
CrashDetect plugin 4.20
Loaded.
Loading plugin: jit
jit must be loaded before 'CrashDetect'
Failed.
https://github.com/Zeex/samp-plugin-jit/issues/32