New to y_hooks
#1

I was trying to hook OnGameModeInit using y_hooks and i can't figure out what i've been doing wrong.

pawn Код:
Hook:a_OnGameModeInit( )
{
    print("\n------------------------------------");
    print("[ R.S.F ] Loaded\n");
    printf("Total Functions: %i\n", TotalFunctions);
    print("\n------------------------------------");
    return 1;
}
When gamemode loads(include too) it doesen't print that..

So..what's wrong ??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)