13.02.2015, 16:27
Your hooks won't work. You have to add this kind of code to the end of your callbacks:
pawn Код:
#if defined Max_OnGameModeInit
return Max_OnGameModeInit();
#else
return 1;
#endif