View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 08-14-2021 , 17:34   Re: Client disconnected
Reply With Quote #2

Are you using an AMX-X version that supports it?

It works for me: bugsy has left the game (Client sent 'drop')

To confirm this, add: public client_disconnect(id){}

And you should see a compiler warning: Warning: Symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead. on line 18
__________________

Last edited by Bugsy; 08-14-2021 at 17:35.
Bugsy is offline