Raised This Month: $32 Target: $400
 8% 

[ANY] Basic Reserved Slots using Connect (11.08.2016)


Post New Thread Reply   
 
Thread Tools Display Modes
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 10-04-2016 , 05:25   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #21

Quote:
Originally Posted by luki1412 View Post
No, you don't need to hide or reserve any slots. Thats the point of using this plugin. All slots are available to everyone. When the server is full, a player with the reservation flag can connect through console. This plugin is going to kick someone, based on the plugin settings. It ignores admins, when kicking players and spectators are getting kicked first. If there are only admins on the server, nobody is going to get kicked.
Got it thanks.
__________________
Phaiz is offline
Aymeric VII
BANNED
Join Date: Jun 2016
Location: Hiding under my sheets
Old 11-04-2016 , 21:02   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #22

Quote:
Originally Posted by luki1412 View Post
Its not my extension. Have you tried this version: https://forums.alliedmods.net/showpo...postcount=1008 ?
sorry for late response, i tried it and it didn't work.
Aymeric VII is offline
luki1412
Veteran Member
Join Date: Oct 2008
Location: OnPluginStart()
Old 11-05-2016 , 08:06   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #23

Quote:
Originally Posted by Aymeric VII View Post
sorry for late response, i tried it and it didn't work.
Can't help you then. Im not the author of the extension. Try contacting them.
__________________
luki1412 is offline
razorxrazor
Junior Member
Join Date: Sep 2015
Old 11-29-2016 , 14:32   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #24

Connect extension does not work anymore with the current update from CSGO/Sourcemod

Last edited by razorxrazor; 11-29-2016 at 14:41.
razorxrazor is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-13-2017 , 15:53   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #25

Anyway to make this plugin work for CSGO with this extension "connecthook.ext.2.csgo.so"?

Found it here: https://forums.alliedmods.net/showpo...postcount=1008

Thanks Aymeric for it.
__________________
away000 is offline
luki1412
Veteran Member
Join Date: Oct 2008
Location: OnPluginStart()
Old 02-13-2017 , 16:37   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #26

Quote:
Originally Posted by away000 View Post
Anyway to make this plugin work for CSGO with this extension "connecthook.ext.2.csgo.so"?

Found it here: https://forums.alliedmods.net/showpo...postcount=1008

Thanks Aymeric for it.
He was quoting me lol, I posted the link. Someone made it for csgo.

Aymeric didnt post why it doesnt work. Maybe he didnt install or test it properly. Perhaps, someone can test it and post results here.
__________________
luki1412 is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-13-2017 , 16:55   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #27

Quote:
Originally Posted by luki1412 View Post
He was quoting me lol, I posted the link. Someone made it for csgo.

Aymeric didnt post why it doesnt work. Maybe he didnt install or test it properly. Perhaps, someone can test it and post results here.
Actualy,i only saw his post but thanks u too for spreading the word

Welp, i tried with the said extension and it said it needed the correct (not suported) one, them, i tried renaming the extension to the not suported one, to check if this change anything (which i actualy think that could be a dumb thing to do) and no, it didn't, still telling me it needs the extension.

Will try again (an another idea i had) and post an update (editing this comment)

First test with "connecthook.ext.2.csgo.so" extension:
Code:
L 02/13/2017 - 16:56:20: [SM] Unable to load extension "connect.ext": /home/Loko/jogos/xitao/27040-dust2/serverfiles/csgo/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
L 02/13/2017 - 16:56:20: [SM] Unable to load plugin "basic_reserved_slots_using_connect.smx": Required extension "Connect" file("connect.ext") not running
Second test with "connecthook.ext.2.csgo.so" renamed to "connect.ext.so":
Code:
L 02/13/2017 - 16:58:21: [SM] Unable to load extension "connect.ext": Failed to find CBaseServer_RejectConnection function.
L 02/13/2017 - 16:58:21: [SM] Unable to load plugin "basic_reserved_slots_using_connect.smx": Required extension "Connect" file("connect.ext") not running
Actualy, i saw that error in SM Log:
Code:
L 02/13/2017 - 17:02:43: [SM] Unable to load extension "connect.ext": /home/Loko/jogos/xitao/27040-dust2/serverfiles/csgo/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
I just don't know if it is "connecthook.ext.2.csgo.so" not loading as it is thericaly suposed to or if is the plugin trying to find this "connect.ext" and failing to it.
__________________

Last edited by away000; 02-13-2017 at 17:04. Reason: Testing
away000 is offline
luki1412
Veteran Member
Join Date: Oct 2008
Location: OnPluginStart()
Old 02-15-2017 , 05:48   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #28

Quote:
Originally Posted by away000 View Post
Actualy,i only saw his post but thanks u too for spreading the word

Welp, i tried with the said extension and it said it needed the correct (not suported) one, them, i tried renaming the extension to the not suported one, to check if this change anything (which i actualy think that could be a dumb thing to do) and no, it didn't, still telling me it needs the extension.

Will try again (an another idea i had) and post an update (editing this comment)

First test with "connecthook.ext.2.csgo.so" extension:
Code:
L 02/13/2017 - 16:56:20: [SM] Unable to load extension "connect.ext": /home/Loko/jogos/xitao/27040-dust2/serverfiles/csgo/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
L 02/13/2017 - 16:56:20: [SM] Unable to load plugin "basic_reserved_slots_using_connect.smx": Required extension "Connect" file("connect.ext") not running
Second test with "connecthook.ext.2.csgo.so" renamed to "connect.ext.so":
Code:
L 02/13/2017 - 16:58:21: [SM] Unable to load extension "connect.ext": Failed to find CBaseServer_RejectConnection function.
L 02/13/2017 - 16:58:21: [SM] Unable to load plugin "basic_reserved_slots_using_connect.smx": Required extension "Connect" file("connect.ext") not running
Actualy, i saw that error in SM Log:
Code:
L 02/13/2017 - 17:02:43: [SM] Unable to load extension "connect.ext": /home/Loko/jogos/xitao/27040-dust2/serverfiles/csgo/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
I just don't know if it is "connecthook.ext.2.csgo.so" not loading as it is thericaly suposed to or if is the plugin trying to find this "connect.ext" and failing to it.
As you can see, the plugin says it needs the extension to work. The extension isnt working. I didnt make the extension so I cant help you with this.
__________________
luki1412 is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-15-2017 , 06:16   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #29

Quote:
Originally Posted by luki1412 View Post
As you can see, the plugin says it needs the extension to work. The extension isnt working. I didnt make the extension so I cant help you with this.
Oh yeah, for sure, i was just pointing out infos for anyone interested as me in running it in CS:GO or for dev to provide support
__________________
away000 is offline
mlov420
Senior Member
Join Date: May 2013
Old 11-09-2018 , 14:33   Re: [ANY] Basic Reserved Slots using Connect (11.08.2016)
Reply With Quote #30

Because this is apparently not working in CS:GO because of another extension's incompatibility, I'm curious...

Since players can "connect <serverip>" to a full server anyway, why couldn't this plugin just check their steamID when they connect, and if they are admin/vip, perform the kick action on the last player to join or the highest IP or whatever the criteria is?

What is it about the "connect" extension that is so crucial to this process? This is a genuine question, if it comes across the wrong way.
mlov420 is offline
Reply


Thread Tools
Display Modes

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 19:52.


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