Hello, I want to overwrite a function.
bool atcommand_exec_pre(const int fd, struct map_session_data *sd, const char *message, bool player_invoked)
I make all the changes to my code, then I try to hook.
This is not working for me:
addHookPre(atcommand, exec, atcommand_exec_pre);
I get this...