View Single Post
<VeCo>
Veteran Member
Join Date: Jul 2009
Location: Bulgaria
Old 06-20-2019 , 10:24   Re: There's no reason why client_disconnected forward should exist
Reply With Quote #5

The old forward was simply bugged, everyone expected it to catch all disconnects, because that's what it was supposed to do. Even if such a case exists that would strictly warrant the use of the old unreliable behavior (it doesn't), the fact that the forward is deprecated, means it would be strongly discouraged anyway.

Doing shit like this...
PHP Code:
#if !defined client_disconnected
#define client_disconnected client_disconnect
#endif 
...just so you don't accidentally leave a ghost function that would never get called in an older AMXX version, is a retarded design. It serves the same purpose as having only 1 forward from within AMXX, as it should be.
__________________

Last edited by <VeCo>; 06-20-2019 at 10:26.
<VeCo> is offline