19.06.2016, 12:04
Always share your solution please. For future reference:
pawn Код:
#include <YSI\y_hooks>
hook OnGameModeInit()
{
print("First");
return 1;
}
#include <YSI\y_hooks>
hook OnGameModeInit()
{
print("Second");
return 1;
}

