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

[CSGO] Leave Server And Get Banned/Cooldown


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 04-28-2015 , 20:11   [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #1

Hi I wanted a plugin that banned players that leave my PUG servers if they don't reconnect in 30sec they would get banned for 1 day for example.
If payment is nedded let me know the price by PM.
skinheadxtreme is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 04-29-2015 , 09:33   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #2

Sent you a PM. Have to say though, that is a little messed up, lol.
__________________
ThatOneGuy is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-29-2015 , 10:13   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #3

I thought I saw a plugin that does something like this. I think I made one for a request a while ago too.

...:: TnT Edit ::...
Found it: http://forums.alliedmods.net/showthread.php?t=171454

Latest version on last post
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-29-2015 at 10:30.
TnTSCS is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 04-29-2015 , 15:25   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #4

Quote:
Originally Posted by TnTSCS View Post
I thought I saw a plugin that does something like this. I think I made one for a request a while ago too.

...:: TnT Edit ::...
Found it: http://forums.alliedmods.net/showthread.php?t=171454

Latest version on last post
https://forums.alliedmods.net/showth...=171454&page=4

That post count specifically has his plugin. If I were you, I'd ignore my PM and use that, unless you want more added, then let me know.
__________________
ThatOneGuy is offline
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 04-29-2015 , 17:49   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #5

Quote:
Originally Posted by TnTSCS View Post
I thought I saw a plugin that does something like this. I think I made one for a request a while ago too.

...:: TnT Edit ::...
Found it: http://forums.alliedmods.net/showthread.php?t=171454

Latest version on last post
How can i setup it so it enables after live? using splewis pug

Last edited by skinheadxtreme; 04-29-2015 at 17:58.
skinheadxtreme is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-30-2015 , 08:41   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #6

Does splewis' PUG plugin have any start/end match configs? If so, you could use, sm_matchban 1/0 to enable or disable this plugin.

...:: TnT Edit ::...
You could add "sm_matchban" "1" in the sm_pugsetup_live_cfg and "sm_matchban" "0" in the sm_pugsetup_warmup_cfg config files
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-30-2015 at 08:49.
TnTSCS is offline
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 04-30-2015 , 12:57   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #7

Quote:
Originally Posted by TnTSCS View Post
Does splewis' PUG plugin have any start/end match configs? If so, you could use, sm_matchban 1/0 to enable or disable this plugin.

...:: TnT Edit ::...
You could add "sm_matchban" "1" in the sm_pugsetup_live_cfg and "sm_matchban" "0" in the sm_pugsetup_warmup_cfg config files
Yeah it does il do that then
Getting these errors though:
L 04/30/2015 - 17:44:13: [SM] Native "Updater_AddPlugin" reported:
L 04/30/2015 - 17:44:13: [SM] Displaying call stack trace for plugin "MatchBan.smx":
L 04/30/2015 - 17:44:13: [SM] [0] Line 152, C:\Sourcemod\TnTSCS\scripting\MatchBan.sp::On LibraryAdded()
skinheadxtreme is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-30-2015 , 13:11   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #8

Is there anything else in the log? Looks like there should be another line or two.

Oh, I never put MatchBan on my server for use with Updater. I'll upload the files there.

...:: TnT Edit ::...
Files are now available to use Updater
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-30-2015 at 13:20.
TnTSCS is offline
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 04-30-2015 , 13:37   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #9

Quote:
Originally Posted by TnTSCS View Post
Is there anything else in the log? Looks like there should be another line or two.

Oh, I never put MatchBan on my server for use with Updater. I'll upload the files there.

...:: TnT Edit ::...
Files are now available to use Updater
Think all is working now at least no error log by the way the message has to be the "Disconnect" or can i customize it?
EDIT: And does this version of matchban use sourcebans? Would be great to have it recording in sourcebans.
EDIT2: I got this error when i compiled is it ok?
SourcePawn Compiler 1.7.0-manual
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

plugin.sp(240) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId


Code size: 9016 bytes
Data size: 5192 bytes
Stack/heap size: 16384 bytes
Total requirements: 30592 bytes

1 Warning.


Last edited by skinheadxtreme; 04-30-2015 at 14:05.
skinheadxtreme is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-30-2015 , 16:30   Re: [CSGO] Leave Server And Get Banned/Cooldown
Reply With Quote #10

Here's a version with the new GetClientAuthId and Updater capability removed for now until I do a public release on the new releases.
Code:
SourcePawn Compiler 1.6.3
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

Header size:           3736 bytes
Code size:             7652 bytes
Data size:             4040 bytes
Stack/heap size:      16384 bytes; Total requirements:   31812 bytes

Compilation Time: 0.64 sec
Also compiles with 1.7
Code:
SourcePawn Compiler 1.7.1-dev+5165
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

Code size:             9052 bytes
Data size:             5264 bytes
Stack/heap size:      16384 bytes
Total requirements:   30700 bytes

Compilation Time: 0.63 sec
Attached Files
File Type: smx MatchBan.smx (8.7 KB, 187 views)
File Type: sp Get Plugin or Get Source (MatchBan.sp - 253 views - 13.5 KB)
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-30-2015 at 16:32.
TnTSCS is offline
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:50.


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