08.08.2011, 12:04
I was trying to hook OnGameModeInit using y_hooks and i can't figure out what i've been doing wrong.
When gamemode loads(include too) it doesen't print that..
So..what's wrong ??
pawn Код:
Hook:a_OnGameModeInit( )
{
print("\n------------------------------------");
print("[ R.S.F ] Loaded\n");
printf("Total Functions: %i\n", TotalFunctions);
print("\n------------------------------------");
return 1;
}
So..what's wrong ??