Hooked callback won't get called
#8

you have included it after samp ?
anyways delete the yhook include and use this:
pawn Code:
stock My_OnGameModeInit()
{
// My Functions
print(" i was called ");
return CallRemoteFunction("OnGameModeInit","");

#if defined _ALS_OnGameModeInit
#undef OnGameModeInit
#endif

#define My_OnGameModeInit OnGameModeInit
writen with phone so there can be errors
post it and i can help

// works ?
Reply


Messages In This Thread
Hooked callback won't get called - by Danny - 19.02.2012, 09:05
Re: Hooked callback won't get called - by aRoach - 19.02.2012, 09:08
Re: Hooked callback won't get called - by Danny - 19.02.2012, 09:13
Re: Hooked callback won't get called - by aRoach - 19.02.2012, 09:20
Re: Hooked callback won't get called - by Danny - 19.02.2012, 09:32
Re: Hooked callback won't get called - by aRoach - 19.02.2012, 09:34
Re: Hooked callback won't get called - by Danny - 19.02.2012, 10:00
AW: Hooked callback won't get called - by Tigerkiller - 19.02.2012, 10:19
Re: Hooked callback won't get called - by aRoach - 19.02.2012, 10:32
AW: Hooked callback won't get called - by Tigerkiller - 19.02.2012, 10:36

Forum Jump:


Users browsing this thread: 1 Guest(s)