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

[CS:GO] Disable end match nextmap vote


Post New Thread Reply   
 
Thread Tools Display Modes
Lukas320
Member
Join Date: Jan 2011
Old 09-25-2021 , 06:05   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #21

I can also confirm that it works on linux with latest csgo update and latest sourcemod stable version.
Thank you so much for this plugin, works flawlessly now
Lukas320 is offline
Schwede
Member
Join Date: Oct 2021
Location: germany
Old 11-04-2021 , 15:27   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #22

Hello, I found the plugin and installed it, so far so good, but I just can't get it to work.
mapgroup
print_mapgroup_sv
mp_endmatch_votenextmap 1

Where do I enter all the commands?
A config.cfg or autoexe does not exist on the server.
It's a rented server
The only active plugin is the mapchooser.smx plugin.
all other voting plugins are located in the deactivated folder.

Sorry, I'm a complete newbie to all of this...

I ask for help getting the plugin to work.

Last edited by Schwede; 11-04-2021 at 15:30.
Schwede is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-05-2021 , 10:01   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #23

@Schwede you maybe need read 1st post three or four times, slowly.

I did not write, you need set those commands/cvars.
I mentioned when you use those if you have to, using CS:GO game own map cycle system.

To be clear, CS:GO game have own map cycle system and SourceMod plugins is using old default legacy map cycle system, which you find in other games than CS:GO.
Two different map cycle thing.

You need make decision, which you choose, and roll with it.
If you mix match both map cycle thing -> you get really hard times.

Make new topic in SRCDS section, ask how to use CS:GO server. You maybe need to know one or two things about running server.
And you learn better if you not install MM:S and SM at first, try figure how server works without addons (vanilla server). Addons are just extra hacks on server for helpful things.
__________________
Do not Private Message @me
Bacardi is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: Romānia
Old 11-05-2021 , 14:41   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #24

Nice release, Bacardi!

Has anyone tested this for linux?
__________________
kratoss1812 is offline
Fastkill91
Junior Member
Join Date: Apr 2020
Old 11-05-2021 , 16:30   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #25

yes I'm testing on linux, so far everything works fine on 5 csgo servers, only mirage, public, only awp, only dust2, DM + FFA modes
Fastkill91 is offline
Schwede
Member
Join Date: Oct 2021
Location: germany
Old 11-05-2021 , 17:26   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #26

First, thanks for the answer.
I can't speak English, I'm a little older, use a translator and he translates sometimes ... strange things, I don't understand that at all. but it is not meant to be an excuse.
I also try to understand all of this, as a newcomer who doesn't speak English, it's a bit difficult to be honest, but I'm working on it.
But if I understand you correctly, these are two different shoes, what is given and what is from you. I tried that at the beginning, but didn't get any further.
mapchooser.smx,
nominations.smx,
randomcycle.smx,
rockthevote.smx are located in the disabled folder. Your files are on the server in the specified folders, as specified.
/ csgo / addons / sourcemod / scripting
/ csgo / addons / sourcemod / plugins
/ csgo / addons / sourcemod / gamedata
I assumed that everything is correct and that the plugin works, because I / we think it's great!
If I did something wrong or forgot something, I would be happy to hear from you, I will do my best.
Schwede is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-06-2021 , 11:31   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #27

This how you look, are plugin loaded and running on server.
Code:
sm plugins list
You get error logs into ...addons/sourcemod/logs -folder.


You use CS:GO own cvar mp_endmatch_votenextmap 0 into
...cfg/gamemode_*_server.cfg
Asterix * means game mode what are you using (casual, competitive, deathmatch).

If you have no knowledge how CS:GO map cycle/vote works,
ask help from Source Servers (SRCDS)
- Because this can't be explain with little hint & tip. This will start next 20 post about only setting your server and it is not related to this plugin.

Quote:
Originally Posted by Schwede View Post
First, thanks for the answer.
I can't speak English, I'm a little older, use a translator and he translates sometimes ... strange things, I don't understand that at all. but it is not meant to be an excuse.
I also try to understand all of this, as a newcomer who doesn't speak English, it's a bit difficult to be honest, but I'm working on it.
But if I understand you correctly, these are two different shoes, what is given and what is from you. I tried that at the beginning, but didn't get any further.
mapchooser.smx,
nominations.smx,
randomcycle.smx,
rockthevote.smx are located in the disabled folder. Your files are on the server in the specified folders, as specified.
/ csgo / addons / sourcemod / scripting
/ csgo / addons / sourcemod / plugins
/ csgo / addons / sourcemod / gamedata
I assumed that everything is correct and that the plugin works, because I / we think it's great!
If I did something wrong or forgot something, I would be happy to hear from you, I will do my best.
__________________
Do not Private Message @me
Bacardi is offline
Schwede
Member
Join Date: Oct 2021
Location: germany
Old 11-07-2021 , 12:01   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #28

hello Barcadi, thank you very much for the information.
I didn't know that this is a poisting or plugin only for die-hard people who have certain prior knowledge. Even if I have serious problems with the language, I try to do my best to get the plungin running. i am a very old stubborn man. I agree with you that it can tear a topic apart, but the way you did it is enough, see here and there and then zack, where else should you ask?

this is shown in the logs:
L 11/04/2021 - 00:01:13: [SM] Unable to load plugin "csgo_nextmapvote_disable.smx": Required extension "dhooks" file ("dhooks.ext") not running

dhooks.ext.dll and dhooks.ext.so are available under / addons / sourcemod / extensions. that's why I asked what could be the reason why your plugin is not running.

as I said, sorry for the stupid question.
greeting

Hello again, without wanting to spam. Even after I installed the correct version of dhooks, the logs still spit out the error
[SM] Unable to load plugin "csgo_nextmapvote_disable.smx": Required extension "dhooks" file ("dhooks.ext") not running
sourcemod version 1.10
dhooks-2.2.0-detours17-sm110

Last edited by Schwede; 11-08-2021 at 08:41.
Schwede is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-08-2021 , 21:23   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #29

I don't know.
In OS Windows: Antivirus program blocking/erase files ? Downloaded files "locked" ?
In OS Linux: chmod file permissions ?

Here my output (OS Windows)
Code:
meta version
 Metamod:Source Version Information
    Metamod:Source version 1.11.0-dev+1145
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Aug 25 2020 06:49:23
    Built from: https://github.com/alliedmodders/metamod-source/commit/0bb53f2
    Build ID: 1145:0bb53f2
    http://www.metamodsource.net/
sm version
 SourceMod Version Information:
    SourceMod Version: 1.10.0.6510
    SourcePawn Engine: 1.10.0.6510, jit-x86 (build 1.10.0.6510)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Jul 12 2021 05:51:14
    Built from: https://github.com/alliedmodders/sourcemod/commit/0b468f21
    Build ID: 6510:0b468f21
    http://www.sourcemod.net/
sm exts list
[SM] Displaying 10 extensions:
[01] Automatic Updater (1.10.0.6510): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6510): Extension for interacting with URLs
[03] CS Tools (1.10.0.6510): CS extended functionality
[04] BinTools (1.10.0.6510): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6510): Source SDK Tools
[06] Top Menus (1.10.0.6510): Creates sorted nested menus
[07] Client Preferences (1.10.0.6510): Saves client preference settings
[08] SQLite (1.10.0.6510): SQLite Driver
[09] DHooks (2.2.0-detours17): Dynamic Hooks
[10] SDK Hooks (1.10.0.6510): Source SDK Hooks
sm plugins list
[SM] Listing 20 plugins:
  01 "Admin File Reader" (1.10.0.6510) by AlliedModders LLC
  02 "Admin Help" (1.10.0.6510) by AlliedModders LLC
  03 "Admin Menu" (1.10.0.6510) by AlliedModders LLC
  04 "Anti-Flood" (1.10.0.6510) by AlliedModders LLC
  05 "Basic Ban Commands" (1.10.0.6510) by AlliedModders LLC
  06 "Basic Chat" (1.10.0.6510) by AlliedModders LLC
  07 "Basic Comm Control" (1.10.0.6510) by AlliedModders LLC
  08 "Basic Commands" (1.10.0.6510) by AlliedModders LLC
  09 "Basic Info Triggers" (1.10.0.6510) by AlliedModders LLC
  10 "Basic Votes" (1.10.0.6510) by AlliedModders LLC
  11 "boon.smx"
  12 "Client Preferences" (1.10.0.6510) by AlliedModders LLC
  13 "[CS:GO] Disable end match nextmap vote" (21.9.2021) by Bacardi
  14 "Fun Commands" (1.10.0.6510) by AlliedModders LLC
  15 "Fun Votes" (1.10.0.6510) by AlliedModders LLC
  16 "Player Commands" (1.10.0.6510) by AlliedModders LLC
  17 "Reserved Slots" (1.10.0.6510) by AlliedModders LLC
  18 "Sound Commands" (1.10.0.6510) by AlliedModders LLC
  19 "test.smx"
  20 "testbomb.smx"
__________________
Do not Private Message @me

Last edited by Bacardi; 11-08-2021 at 21:25.
Bacardi is offline
Schwede
Member
Join Date: Oct 2021
Location: germany
Old 11-09-2021 , 04:33   Re: [CS:GO] Disable end match nextmap vote
Reply With Quote #30

Hello Bacardi, thanks for the answer. In another topic I asked whether dhooks is properly installed, they told me that everything was ok. I also looked at everything several times to see if I had forgotten or overlooked something, but couldn't find anything. The only thing that strikes me is that we are using different versions. (1.10.0.6516 and 1.10.0.6510)
I would be happy if you help me to get your plugin up and running. It's a very good job!
Here is my snippet ...
edit: Linux64 Game-Server
Code:
meta version
 * meta version
 Metamod:Source Version Information
   Metamod:Source version 1.11.0-dev+1145
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Jul 11 2021 22:32:15
    Built from: https://github.com/alliedmodders/metamod-source/commit/0bb53f2
    Build ID: 1145:0bb53f2
    http://www.metamodsource.net/
* sm version
 SourceMod Version Information:
    SourceMod Version: 1.10.0.6516
    SourcePawn Engine: 1.10.0.6516, jit-x86 (build 1.10.0.6516)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Oct  6 2021 13:42:22
    Built from: https://github.com/alliedmodders/sourcemod/commit/52fad58
    Build ID: 6516:52fad58
    http://www.sourcemod.net/
* sm exts list
[SM] Displaying 10 extensions:
[01] Automatic Updater (1.10.0.6516): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6516): Extension for interacting with URLs
[03] CS Tools (1.10.0.6516): CS extended functionality
[04] BinTools (1.10.0.6516): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6516): Source SDK Tools
[06] Top Menus (1.10.0.6516): Creates sorted nested menus
[07] DHooks (2.2.0-detours17): Dynamic Hooks
[08] SDK Hooks (1.10.0.6516): Source SDK Hooks
[09] Client Preferences (1.10.0.6516): Saves client preference settings
[10] SQLite (1.10.0.6516): SQLite Driver
* sm plugins list
[SM] Listing 18 plugins:
  01 "Admin File Reader" (1.10.0.6516) by AlliedModders LLC
  02 "Basic Comm Control" (1.10.0.6516) by AlliedModders LLC
  03 "[CS:GO] Disable end match nextmap vote" (30.3.2021) by Bacardi
  04 "Admin Help" (1.10.0.6516) by AlliedModders LLC
  05 "Basic Commands" (1.10.0.6516) by AlliedModders LLC
  06 "Reserved Slots" (1.10.0.6516) by AlliedModders LLC
  07 "Anti-Flood" (1.10.0.6516) by AlliedModders LLC
  08 "Sound Commands" (1.10.0.6516) by AlliedModders LLC
  09 "Basic Votes" (1.10.0.6516) by AlliedModders LLC
  10 "Basic Info Triggers" (1.10.0.6516) by AlliedModders LLC
  11 "Basic Chat" (1.10.0.6516) by AlliedModders LLC
  12 "Fun Commands" (1.10.0.6516) by AlliedModders LLC
  13 "Player Commands" (1.10.0.6516) by AlliedModders LLC
  14 "Client Preferences" (1.10.0.6516) by AlliedModders LLC
  15 "Fun Votes" (1.10.0.6516) by AlliedModders LLC
  16 "Basic Ban Commands" (1.10.0.6516) by AlliedModders LLC
  17 "Admin Menu" (1.10.0.6516) by AlliedModders LLC
  18 "Nextmap" (1.10.0.6516) by AlliedModders LLC
This is how it looks for me ... https://prnt.sc/1ywr2j5
__________________
respect is not a one-way street - have a nice day and have fun

Last edited by Schwede; 11-09-2021 at 11:48.
Schwede 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:30.


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