Raised This Month: $51 Target: $400
 12% 

client_disconnect / client_connect / client_putinserver Bug?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 03-21-2004 , 18:12   client_disconnect / client_connect / client_putinserver Bug?
Reply With Quote #1

Hey
I have notified a bug, with client_disconnect / client_connect / client_putinserver
When a client connects, and he is banned the client_connect & client_putinserver are triggered, but not the client_disconnect

The server is running on Linux, with libc2.3
The mod is counter-strike, metamod is v1.7 and amxx is v0.15

// BeBoo

-- The script
Code:
new msg[255] public client_putinserver(id) {     new player[32]     get_user_name(id,player,32)     format(msg,255,"%s has joined the game",player)     server_print(msg) } public client_disconnect(id)     new player[32]     get_user_name(id,player,32)     format(msg,255,"%s has disconnected",player)     server_print(msg) }

I posted this plugin for filuris, as he is still waiting for his validation email from the forum.
EKS is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-21-2004 , 18:26  
Reply With Quote #2

there is no bug

I already made a plugin that does these messages,

when a client is banned or kick there is a small delay before the message is displayed

please refer to my plugin I already released.

http://forums.alliedmods.net/showthread.php?t=326
__________________

BigBaller is offline
BeBoo
Junior Member
Join Date: Mar 2004
Location: Denmark
Old 03-21-2004 , 18:34   There is a bug :/
Reply With Quote #3

When i use an ipban, the script is working, but with the authid ban stuff, it doesn't work.
It doesn't work either when people gets kicked with the slot reservation stuff.
__________________
--
Keep it simple.
BeBoo is offline
Send a message via MSN to BeBoo
BeBoo
Junior Member
Join Date: Mar 2004
Location: Denmark
Old 03-22-2004 , 01:49   Little "proof"
Reply With Quote #4

Code:
66.214.133.79:27005:reconnect
[Net-X/Server1] Added kR0niX-[NgS] to player database
Dropped kR0niX-[NgS] from server
Reason:  Kicked :"Dropped due to slot reservation"
--
[Net-X/Server1] Removed DANSTA from player databse
Dropped DANSTA from server
Reason:  Timed out
As you can see, the slot reservation does not trigger the client_disconnect.
__________________
--
Keep it simple.
BeBoo is offline
Send a message via MSN to BeBoo
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-22-2004 , 02:00  
Reply With Quote #5

Ahhj this must be on a WON server, for I only am able to test on a STEAM server, and on STEAM if there is slot resveration then it kicks you before you even are able to get on the server itself.
__________________

BigBaller is offline
BeBoo
Junior Member
Join Date: Mar 2004
Location: Denmark
Old 03-22-2004 , 02:08  
Reply With Quote #6

No, it's not on a won server, its Steam with cs 1.6.
And as i told you, the bug is that client_connect is triggered even if theres slot reservation.
__________________
--
Keep it simple.
BeBoo is offline
Send a message via MSN to BeBoo
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-22-2004 , 02:41   hmm
Reply With Quote #7

Quote:
Originally Posted by BeBoo
No, it's not on a won server, its Steam with cs 1.6.
And as i told you, the bug is that client_connect is triggered even if theres slot reservation.
List all Loaded Plugins and Modules please..
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
BeBoo
Junior Member
Join Date: Mar 2004
Location: Denmark
Old 03-22-2004 , 03:20   plugins & modules
Reply With Quote #8

Currently loaded plugins:
name version author file status
[ 1] Admin Base 0.15 AMXX Dev Team admin.amx running
[ 2] Admin Base for My 0.15 AMXX Dev Team admin_mysql.amx running
[ 3] Admin Commands 0.15 AMXX Dev Team admincmd.amx running
[ 4] Admin Help 0.15 AMXX Dev Team adminhelp.amx running
[ 5] Slots Reservation 0.15 AMXX Dev Team adminslots.amx running
[ 6] Menus Front-End 0.15 AMXX Dev Team menufront.amx running
[ 7] Commands Menu 0.15 AMXX Dev Team cmdmenu.amx running
[ 8] Players Menu 0.15 AMXX Dev Team plmenu.amx running
[ 9] Restrict Weapons 0.15 AMXX Dev Team restmenu.amx running
[ 10] Teleport Menu 0.15 AMXX Dev Team telemenu.amx running
[ 11] Maps Menu 0.15 AMXX Dev Team mapsmenu.amx running
[ 12] Anti Flood 0.15 AMXX Dev Team antiflood.amx running
[ 13] Admin Chat 0.15 AMXX Dev Team adminchat.amx running
[ 14] Admin Votes 0.15 AMXX Dev Team adminvote.amx running
[ 15] NextMap 0.15 AMXX Dev Team nextmap.amx running
[ 16] TimeLeft 0.15 AMXX Dev Team timeleft.amx running
[ 17] Nextmap Chooser 0.15 AMXX Dev Team mapchooser.amx running
[ 18] Scrolling Message 0.15 AMXX Dev Team scrollmsg.amx running
[ 19] Info. Messages 0.15 AMXX Dev Team imessage.amx running
[ 20] Welcome Message 0.15 AMXX Dev Team welcomemsg.amx running
[ 21] Pause Plugins 0.15 AMXX Dev Team pausecfg.amx running
[ 22] CS Stats 0.15 AMXX Dev Team stats.amx running
[ 23] CS Stats Logging 0.15 AMXX Dev Team stats_logging.a running
[ 24] CS Misc. Stats 0.15 AMXX Dev Team miscstats.amx running
[ 25] Stats Configurati 0.15 AMXX Dev Team statscfg.amx running
[ 26] Admin Clexec 0.9.4 default clexec.amx running
[ 27] Unique SQL Config 0.2 BeBoo sql_servercfg.a running
[ 28] TK Revenge 0.9 default tkpunish.amx running
[ 29] Server Status in 0.9 BeBoo sqllog.amx running
[ 30] MySQL Ban Managem 0.45b JustinHoMi sql_ban.amx running
[ 31] High Ping Kicker 1.2.0 DynAstY hpk.amx running
[ 32] Headshot Deluxe 1.5 DanRaZor headshot_deluxe running
32 plugins, 32 running

Currently loaded modules:
name type version author status
[ 1] Counter-Strike amx&mm 0.15 ST AMX Mod X Dev Team running
[ 2] MySQL amx 0.1 AMX Mod X Dev Team running
[ 3] Fun amx&mm 0.15 AMX Mod X Dev Team running
[ 4] CS Stats amx&mm 0.15 AMX Mod X Dev Team running
[ 5] ENGINE amx&mm 0.15 AMX Mod X Dev Team running
5 modules, 5 correct
__________________
--
Keep it simple.
BeBoo is offline
Send a message via MSN to BeBoo
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-22-2004 , 03:37   Hmm
Reply With Quote #9

Try Removing:

Quote:
[ 26] Admin Clexec 0.9.4 default clexec.amx running
[ 27] Unique SQL Config 0.2 BeBoo sql_servercfg.a running
[ 28] TK Revenge 0.9 default tkpunish.amx running
[ 29] Server Status in 0.9 BeBoo sqllog.amx running
[ 30] MySQL Ban Managem 0.45b JustinHoMi sql_ban.amx running
[ 31] High Ping Kicker 1.2.0 DynAstY hpk.amx running
[ 32] Headshot Deluxe 1.5 DanRaZor headshot_deluxe running
Restart Server and see if it still happens. if it doesn't add one plugin at a time untill it starts again.
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
BeBoo
Junior Member
Join Date: Mar 2004
Location: Denmark
Old 03-22-2004 , 03:48  
Reply With Quote #10

It is still the same :/
__________________
--
Keep it simple.
BeBoo is offline
Send a message via MSN to BeBoo
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode