14.12.2016, 18:27
The first error came just because name of the hooked public coincides with the name of "OD_STDIO_OnGameModeInit" function (however I had in mind that hook can completely replace this function). So if you want to keep the function, you can replace "OD_STDIO_OnGameModeInit" and "OD_STDIO_OnGameModeExit " in hook code on something else.
Second warning shown because you should place "return 1;" in the end of almost every default public.
Second warning shown because you should place "return 1;" in the end of almost every default public.