22.03.2016, 15:12
Alright, what you told me to do somewhat worked.
What I found out was, the priority in which I loaded my plugins was causing the problem along with a bad version of streamer.so.
I found the fix was (if you're using the same plugins as I am.)
If you get the same thing that happened to me, just mess around with the priority and update your plugins. From my understanding you get the same error if you do not have your main(){} above your OnGameModeInit().
Thank you for the help and I hope this helps anyone else in need.
What I found out was, the priority in which I loaded my plugins was causing the problem along with a bad version of streamer.so.
I found the fix was (if you're using the same plugins as I am.)
Код:
plugins crashdetect.so mysql.so streamer.so sscanf.so Whirlpool.so
Thank you for the help and I hope this helps anyone else in need.