Using y_hooks twice in same call back problem
#5

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;
}
Reply


Messages In This Thread
Using y_hooks twice in same call back problem - by Luicy. - 19.06.2016, 11:20
Re: Using y_hooks twice in same call back problem - by luke49 - 19.06.2016, 11:28
Re: Using y_hooks twice in same call back problem - by Luicy. - 19.06.2016, 11:53
Re: Using y_hooks twice in same call back problem - by Luicy. - 19.06.2016, 12:02
Re: Using y_hooks twice in same call back problem - by Misiur - 19.06.2016, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)