19.02.2012, 10:19
you have included it after samp ?
anyways delete the yhook include and use this:
writen with phone so there can be errors
post it and i can help
// works ?
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
post it and i can help
// works ?