View Single Post
E1_531G
Senior Member
Join Date: Dec 2017
Old 04-18-2019 , 12:06   Re: Reason for disconnection amxx 1.9
Reply With Quote #2

You can't do this:
PHP Code:
drop true 
it has no logic.

client_disconnected() is a forward, it notice you the thing that already happen.

PHP Code:
public client_disconnected(idbool:dropMsg[], Len

    if( 
drop 
        
server_printMsg 

Also, drop is false if you exit from the server by yourself.
__________________
My English is A0
E1_531G is offline