View Single Post
Author Message
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 04-18-2019 , 00:34   Reason for disconnection amxx 1.9
Reply With Quote #1

Hello, I'm having trouble capturing the reason for the player's disconnect, below is a small plug made for testing.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Bruno"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// Add your code here...
}

public 
client_disconnected(idbool:dropMsg[], Len)
{
    
drop true
    log_amx
("%s"Msg)

And this is what I get in the log ...

In fact I can not capture the message ... it can be sleep disturbing me kkkkk

PHP Code:
L 04/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT
L 04
/18/2019 01:21:29: [test.amxxOT 
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr