25.11.2016, 12:26
Hi i'm currently working on a include. So i hooked the callbacks but the server crashes while calling it.
This is how i hooked this
PHP код:
[03:33:43] [debug] #100 000013e0 in public OnPlayerUpdate (0) from grandlarc.amx
[03:33:43] [debug] Server crashed while executing grandlarc.amx
PHP код:
#if defined _ALS_OnPlayerUpdate
#undef OnPlayerUpdate
#else
#define _ALS_OnPlayerUpdate
#endif
#define OnPlayerUpdate OnPlayerUpdateEx
forward OnPlayerUpdateEx(playerid);