Hello,
Is there any way to hook a mapchange event before the client_disconnect function is called? I only want code to be executed if the client is really retrying or disconnecting and not if the map is changed.
I have tried with the following events but none of them seems to be hooked before the client_disconnect function.
PHP Code:
register_srvcmd("changelevel", "call_mapchange");
register_forward(FM_ChangeLevel, "call_mapchange");
register_forward(FM_ServerDeactivate, "call_mapchange");
best regards