View Single Post
NoloZero01
Member
Join Date: May 2020
Location: Async Research Institute
Old 06-14-2020 , 11:17   Re: Need help in regards to Hale knockback
Reply With Quote #20

Not completely sure why that happens, but here's a solution that should most likely help.

Find a line at the very top
#include <morecolors>

Now find
#pragma newdecls required

Move the morecolors include to be above newdecls line. That way you allow the compiler to use old style syntax for that include. Though Im not sure why would it be old syntax. Make sure you use the latest version.
NoloZero01 is offline