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

Very Basic High Ping Kicker (Updated 7/15/10)


Post New Thread Reply   
 
Thread Tools Display Modes
Pinkfloyd
Member
Join Date: Feb 2010
Old 11-05-2011 , 11:58   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #121

@ Bacardi.

I have 15 gameservers all of differerent games on the same server and ive also tried it on my home linux box too, it works but only on non eventscripts servers. What server permissions do you mean? Can you be more specific? I dont think its that at all, I just think they cant work together thats all.

I think the developer could add in his post (" not compatible with eventscripts " ).

Anyway, I did try and copy over the cfg from a server that I managed to get it to "create", but it still doesnt work ( I wanted to see if it was just the config creation that wasnt working, and if it would still work).

So ive just tried the High Ping Kicker - Lite Edition by Liam, and that created the config perfectly...

Thanks guys, I will just have to use Liams one instead. Im only posting this here so people know if they have the same problem.

Last edited by Pinkfloyd; 11-05-2011 at 12:18.
Pinkfloyd is offline
Compizfox
Junior Member
Join Date: Jul 2013
Old 07-07-2013 , 15:37   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #122

The cvar sm_vbping_minplayers doesn't work:

Quote:
215:20 sm_vbping_players 6
215:20 Unknown command "sm_vbping_players"
Nevermind, after a server reboot the cvar is working again. Weird...

Last edited by Compizfox; 07-07-2013 at 15:56.
Compizfox is offline
m22b
Senior Member
Join Date: Jul 2013
Old 01-06-2014 , 19:08   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #123

utf8 not support
m22b is offline
Jejowaty
Junior Member
Join Date: Feb 2014
Old 02-03-2014 , 11:30   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #124

possible to get *.cfg? - plugin does not generate after installation...
Jejowaty is offline
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 02-03-2014 , 16:08   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #125

Quote:
Originally Posted by Jejowaty View Post
possible to get *.cfg? - plugin does not generate after installation...
you need to run the srcds to plugin generate these file: <sourcegame>/cfg/sourcemod/vbping.cfg

that goes for any plugin with "AutoExecConfig(true, "myplugin");"

PHP Code:
 
// Here we go!
public OnPluginStart()
{
 
         
Cvars and commands here....
 
        
// Create and exec config file!
         
AutoExecConfig(true"myplugin");

StayOx is offline
Jejowaty
Junior Member
Join Date: Feb 2014
Old 02-04-2014 , 08:25   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #126

thx for answer, however for me this what you write is like black magic, could You explain a littel bit more. I'm not a coder...

Regards
Jejowaty is offline
Bibby
Member
Join Date: Sep 2012
Location: Sweden
Old 03-01-2014 , 23:04   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #127

Hey there hope you guys have the answer, this is all my plugins on my server:

(Counter strike global offensive)

PHP Code:
            "Admin File Reader" (1.5.3-dev+3986by AlliedModders LLC
            
"Admin Help" (1.5.3-dev+3986by AlliedModders LLC
            
"Admin Menu" (1.5.3-dev+3986by AlliedModders LLC
            
"Anti-Flood" (1.5.3-dev+3986by AlliedModders LLC
            
"Basic Chat" (1.5.3-dev+3986by AlliedModders LLC
            
"Basic Comm Control" (1.5.3-dev+3986by AlliedModders LLC
            
"Basic Commands" (1.5.3-dev+3986by AlliedModders LLC
            
"Basic Info Triggers" (1.5.3-dev+3986by AlliedModders LLC
            
"Basic Votes" (1.5.3-dev+3986by AlliedModders LLC
            
"Client Preferences" (1.5.3-dev+3986by AlliedModders LLC
            
"CS:GO - Show The Right Next Map (STRNM)" (1.0.2by PharaohsPaw
            
"Fun Commands" (1.5.3-dev+3986by AlliedModders LLC
            
"Fun Votes" (1.5.3-dev+3986by AlliedModders LLC
            
"Nextmap" (1.5.0-dev+3890by AlliedModders LLC
            
"Player Commands" (1.5.3-dev+3986by AlliedModders LLC
            
"SourceMod Anti-Cheat" (0.8.5.2by SMAC Development Team
            
"SMAC Aimbot Detector" (0.8.5.2by SMAC Development Team
            
"SMAC Eye Angle Test" (0.8.5.2by SMAC Development Team
            
"SMAC Anti-Speedhack" (0.8.5.2by SMAC Development Team
            
"Dead Alltalk" (1.0.104by <eVa>StrontiumDog/MMX.TVR
            
"Win or Die!" (1.2.5by sinsic
            
"Sound Commands" (1.5.3-dev+3986by AlliedModders LLC
            
"SourceBans" (1.4.10by SourceBans Development Team
            
"Team Bets" (2.6by GrimReaper Original by ferret
            
"Team Randomizer" (0.0.1by Thiry
            
"Very Basic High Ping Kicker" (1.4by msleeper
            
"Weapon Restrict" (3.1.4by Dr!fter
            
"Connect Announce" (1.6by Arg
And I have a server with 24 slots on, and when its full and the player that has too high ping gets kicked by "Very Basic Ping Kicker" there is a delay I think, so the new player going to try to connect to the server beacuse it says 23/24 players. And when he connect he gets this message "you can not join the session is full"


Is it possible to fix this ? or is it something else ?

Last edited by Bibby; 03-01-2014 at 23:12.
Bibby is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 03-28-2014 , 20:06   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #128

Hm. I'm having the same problem as #127.

Could this actually be the plugin causing full servers when they are not?
Ejziponken is offline
2NASTY4U
Senior Member
Join Date: Mar 2014
Old 04-02-2014 , 14:30   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #129

The yellow default color is really bad, so I decited to make a version of Very Basic High Ping Kicker with morecolors support.

Should work for the following games:
  • Team Fortress 2
  • Counter-Strike: Source
  • Half-Life 2: Deathmatch
  • Day of Defeat: Source
GS:GO is not supported. Please use regular version of Very Basic High Ping Kicker.

You can add colortags at sm_vbping_kickmsgpublic and sm_vbping_warningmsg
You will find them: here

After first start plugin will generate a .cfg file in cfg/sourcemod, by default english kickmsgpublic and warningmsg with morecolors are added.

Code:
sm_vbping_warningmsg "{green}[Highping] {olive}You will be kicked for excessive ping. You have {lightgreen}{WARN} {olive}out of {lightgreen}{MAXWARN} warnings{olive}."
Code:
sm_vbping_kickmsgpublic "{green}[Highping] {lightgreen}{NAME} {olive}was been kicked due to excessive ping"
Attached Files
File Type: sp Get Plugin or Get Source (vbping.sp - 212 views - 14.5 KB)
File Type: smx vbping.smx (13.0 KB, 206 views)
2NASTY4U is offline
Donnosso
New Member
Join Date: Jul 2014
Old 09-10-2014 , 00:11   Re: Very Basic High Ping Kicker (Updated 7/15/10)
Reply With Quote #130

Does it work for Insurgency servers?
Donnosso 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 00:21.


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