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

[Css] Force Reset Round


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
slumdog18
Member
Join Date: Feb 2021
Old 03-27-2021 , 21:53   [Css] Force Reset Round
Reply With Quote #1

Hi, i have server deathmatch.

I would like to know if there is any plugin or command that forces the restart of the round

Or

I have the force round plugin.
something that when you get to the time limit of the map you change me to a map
slumdog18 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-28-2021 , 10:35   Re: [Css] Force Reset Round
Reply With Quote #2

meta list
sm plugins list
__________________
Do not Private Message @me
Bacardi is offline
slumdog18
Member
Join Date: Feb 2021
Old 03-28-2021 , 11:33   Re: [Css] Force Reset Round
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
meta list
sm plugins list
Listing 5 plugins:
[01] SourceMod (1.10.0.6502) by AlliedModders LLC
[02] CS Tools (1.10.0.6502) by AlliedModders LLC
[03] SDK Tools (1.10.0.6502) by AlliedModders LLC
[04] CS:S DM (2.1.6-dev) by AlliedModders
[05] SDK Hooks (1.10.0.6502) by AlliedModders LLC


SM] Listing 41 plugins:
01 "Fun Commands" (1.10.0.6502) by AlliedModders LLC
02 "Bot Names" (1.0) by Rakeri
03 "Show Damage" (1.0.7) by exvel
04 <Error> "Basic Commands" (1.10.0.6502) by AlliedModders LLC
05 "CS:S DM Equipment" (2.1.6-dev) by AlliedModders LLC
06 "CS:S DM Bot Quotas" (2.1.6-dev) by AlliedModders LLC
07 "CS:S DM Spawn Protection" (2.1.6-dev) by AlliedModders LLC
08 "CS:S DM Preset Spawns" (2.1.6-dev) by AlliedModders LLC
09 "CS:S DM Basics" (2.1.6-dev) by AlliedModders LLC
10 "Advertisements" (0.6.2) by Tsunami, Otstrel.ru Team
11 "Admin File Reader" (1.10.0.6502) by AlliedModders LLC
12 "Basic Info Triggers" (1.10.0.6502) by AlliedModders LLC
13 "Admin Help" (1.10.0.6502) by AlliedModders LLC
14 "Weapon Restrict" (3.1.6) by Dr!fter
15 "Connect Announce" (1.6) by Arg!
16 "Client Preferences" (1.10.0.6502) by AlliedModders LLC
17 "Nextmap" (1.10.0.6502) by AlliedModders LLC
18 "Rock The Vote" (1.10.0.6502) by AlliedModders LLC
19 "Map Nominations" (1.10.0.6502) by AlliedModders LLC
20 "SM Super Commands" (0.60) by pRED*
21 "Team Balance" (1.2) by Otstrel.ru Team
22 "MapChooser" (1.10.0.6502) by AlliedModders LLC
23 "Fun Votes" (1.10.0.6502) by AlliedModders LLC
24 "Grenade Trails (clientpref)" (1.3) by Bacardi
25 "Player Commands" (1.10.0.6502) by AlliedModders LLC
26 "Admin Menu" (1.10.0.6502) by AlliedModders LLC
27 "Bot Ping" (1.0.1) by Knagg0
28 "Basic Chat" (1.10.0.6502) by AlliedModders LLC
29 "Anti-Flood" (1.10.0.6502) by AlliedModders LLC
30 "DM Bonus" (1.2) by Timiditas
31 "Basic Ban Commands" (1.10.0.6502) by AlliedModders LLC
32 "Quake Sounds" (1. by dalto
33 <Error> "Basic Votes" (1.10.0.6502) by AlliedModders LLC
34 "SoDStats" (1.0.11) by ]SoD[ Frostbyte
35 "Anti-Rejoin" (2.0.0) by exvel
36 "Sound Commands" (1.10.0.6502) by AlliedModders LLC
37 "Basic Comm Control" (1.10.0.6502) by AlliedModders LLC
38 "Grenade Pack" (1.5) by Greyscale
39 "Force Map End" (1.0) by Zipcore, 1NutWunDeR
40 "Reserved Slots" (1.10.0.6502) by AlliedModders LLC
41 "NoBlock" (1.4.2) by Otstrel.ru Team
slumdog18 is offline
slumdog18
Member
Join Date: Feb 2021
Old 03-28-2021 , 11:35   Re: [Css] Force Reset Round
Reply With Quote #4

Extra comands


sm_stats_enabled 1
sm_stats_displaymode 1
sm_noblock_allow_block 0
bot_quota 20
bot_quota_mode fill
bot_join_after_player 0
bot_difficulty 2
bot_defer_to_human 0
bot_chatter off
bot_auto_vacate 1
bot_allow_rogues 0


bp_minping 8
bp_maxping 30
bp_interval 2
slumdog18 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-28-2021 , 13:14   Re: [Css] Force Reset Round
Reply With Quote #5

There is cvar: cssdm_force_mapchanges
in cfg folder, css dm config file
__________________
Do not Private Message @me
Bacardi is offline
slumdog18
Member
Join Date: Feb 2021
Old 03-28-2021 , 18:42   Re: [Css] Force Reset Round
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
There is cvar: cssdm_force_mapchanges
in cfg folder, css dm config file
Don’t work
slumdog18 is offline
slumdog18
Member
Join Date: Feb 2021
Old 03-28-2021 , 18:45   Re: [Css] Force Reset Round
Reply With Quote #7

Quote:
Originally Posted by slumdog18 View Post
Don’t work
I try

Mp_restarstar 1 don’t work
slumdog18 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-28-2021 , 23:22   Re: [Css] Force Reset Round
Reply With Quote #8

Well, here is plugin for restart round. Works with cvar:
mp_restartround <seconds>
PHP Code:
#include <cstrike>

ConVar mp_restartround;

public 
void OnPluginStart()
{
    
mp_restartround FindConVar("mp_restartround");
    
    if(
mp_restartround == nullSetFailState("There is no cvar called: mp_restartround");

    
mp_restartround.AddChangeHook(mp_restartround_changed);
}

public 
void mp_restartround_changed(ConVar convar, const char[] oldValue, const char[] newValue)
{
    
float value mp_restartround.FloatValue;

    if(
value != 0.0)
    {
        if(
value 0.0)
        {
            
PrintToChatAll("[SM] Restart round.");
            
CS_TerminateRound(valueCSRoundEnd_Draw);
        }
    
        
mp_restartround.SetInt(0);
    }

- mp_restartgame <seconds> again reset whole match.


And you can try find plugin for your needs.
https://www.sourcemod.net/plugins.ph...tion=&search=1
__________________
Do not Private Message @me
Bacardi 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 17:13.


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