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

[CS:GO] Multi-1v1 (v1.1.10, 2021-10-30)


Post New Thread Reply   
 
Thread Tools Display Modes
iReaL
AlliedModders Donor
Join Date: Apr 2011
Location: Romania
Old 02-02-2021 , 03:31   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1631

Quote:
Originally Posted by root88 View Post
Everything is working fine after updating TerminateRound signature and CScore offset.
Is there any fix for this ?
__________________
Angrry#3146

iReaL is offline
vijayar
Senior Member
Join Date: Sep 2020
Old 02-02-2021 , 10:08   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1632

Quote:
Originally Posted by sNoK View Post
where I put or edit this
in the gamemode.*.cfg file that you are using.
vijayar is offline
digin
Member
Join Date: Nov 2019
Old 02-03-2021 , 00:00   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1633

Quote:
Originally Posted by iReaL View Post
Is there any fix for this ?
update your SourceMod
digin is offline
mrdiega
Member
Join Date: Dec 2020
Old 02-04-2021 , 05:09   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1634

Quote:
Originally Posted by m0rbit View Post
cash_team_loser_bonus_shorthanded "0"

Fixed
does not work
Attached Thumbnails
Click image for larger version

Name:	Безымянный.png
Views:	85
Size:	2.1 KB
ID:	187031  
mrdiega is offline
digin
Member
Join Date: Nov 2019
Old 02-04-2021 , 06:57   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1635

Quote:
Originally Posted by mrdiega View Post
does not work
cash_team_bonus_shorthanded "0"
digin is offline
mrdiega
Member
Join Date: Dec 2020
Old 02-10-2021 , 17:37   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1636

I would be grateful if you can help me with a few questions:
1) Is it possible to re-issuing grenades every time in multi1v1_customrounds.cfg to create HE rounds and Dodgeball rounds?

2) Is it possible to disable VIP abilities, specifically increased HP and HP regeneration, for individual rounds such as the 35 HP round?

3) Are there any other keys in multi1v1_customrounds.cfg besides the ones already there?

4) How to disable pistols in AWP rounds?
Attached Thumbnails
Click image for larger version

Name:	multi1v1.png
Views:	76
Size:	11.9 KB
ID:	187169  

Last edited by mrdiega; 02-10-2021 at 18:02.
mrdiega is offline
mrdiega
Member
Join Date: Dec 2020
Old 03-03-2021 , 14:49   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1637

btw, In the latest version Multi1v1 (1.1.10-dev) for some reason, there is no Hint message about who you are playing against
mrdiega is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-04-2021 , 06:31   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1638

Quote:
Originally Posted by mrdiega View Post
I would be grateful if you can help me with a few questions:
1) Is it possible to re-issuing grenades every time in multi1v1_customrounds.cfg to create HE rounds and Dodgeball rounds?
Not in multi1v1_customrounds.cfg itself, I believe, there it does not regenerate the grenades or any other item. There has to be a specific plugin for that.

Quote:
Originally Posted by mrdiega View Post
2) Is it possible to disable VIP abilities, specifically increased HP and HP regeneration, for individual rounds such as the 35 HP round?
This is the very VIP plugin that you use that gives these skills / privileges that you would have to remove in custom rounds that you would like to remove.

Quote:
Originally Posted by mrdiega View Post
3) Are there any other keys in multi1v1_customrounds.cfg besides the ones already there?
All options are already in the settings:
PHP Code:
"CustomRoundTypes"
{
    
"scout"
    
{
        
"name"      "Scout"
        "ranked"        "1"
        "ratingFieldName"       "scoutRating"
        "optional"      "1"
        "enabled"       "0"
        "armor"     "1"
        "helmet"        "1"
        "health"        "100"
        "weapons"
        
{
            
"weapon_knife"      ""
            "weapon_ssg08"      ""
        
}
    }

Quote:
Originally Posted by mrdiega View Post
4) How to disable pistols in AWP rounds?
In the config that the plugin generates you have the option, just locate and change it to your liking.

PHP Code:
sm_multi1v1_pistol_behavior "0"   // Behavior 0=always give the pistol the player selected, 1=never give pistols on non-pistol rounds, 2=always give sm_multi1v1_default_pistol on non-pistol rounds 3=give pistol choice on rifle/pistol rounds, but use sm_multi1v1_default_pistol on awp rounds 
paulo_crash is offline
AlinXD
Senior Member
Join Date: Feb 2016
Old 03-04-2021 , 07:50   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1639

How can I add the Revolver in pistols?
I've added this in multi1v1_weapons.cfg but it's not there in game.

Code:
		"weapon_revolver"
		{
			"name"		"R8 Revolver"
			"team"		"ANY"
		}
__________________

Last edited by AlinXD; 03-04-2021 at 07:51.
AlinXD is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-04-2021 , 10:48   Re: [CS:GO] Multi-1v1 (v1.1.9, 2018-2-19)
Reply With Quote #1640

Quote:
Originally Posted by AlinXD View Post
How can I add the Revolver in pistols?
I've added this in multi1v1_weapons.cfg but it's not there in game.

Code:
		"weapon_revolver"
		{
			"name"		"R8 Revolver"
			"team"		"ANY"
		}
Config is right, that would be it. In any case, paste here the complete config you use in multi1v1_weapons.cfg and check if everything is right.

Qualquer coisa tente esta:
PHP Code:
"Weapons"
{
    
"Rifles"
    
{
        
"weapon_ak47"
        
{
            
"name"        "AK-47"
            "team"        "T"
        
}
        
"weapon_m4a1"
        
{
            
"name"        "M4A4"
            "team"        "CT"
        
}
        
"weapon_m4a1_silencer"
        
{
            
"name"        "M4A1-S"
            "team"        "CT"
        
}
        
"weapon_famas"
        
{
            
"name"        "FAMAS"
            "team"        "CT"
        
}
        
"weapon_galilar"
        
{
            
"name"        "Galil AR"
            "team"        "T"
        
}
        
"weapon_aug"
        
{
            
"name"        "AUG"
            "team"        "CT"
        
}
        
"weapon_sg556"
        
{
            
"name"        "SG 553"
            "team"        "T"
        
}
    }
    
"Pistols"
    
{
        
"weapon_hkp2000"
        
{
            
"name"        "P2000/USP-S"
            "team"        "CT"
        
}
        
"weapon_glock"
        
{
            
"name"        "Glock-18"
            "team"        "T"
        
}
        
"weapon_p250"
        
{
            
"name"        "P250"
            "team"        "ANY"
        
}
        
"weapon_fiveseven"
        
{
            
"name"        "Five-SeveN"
            "team"        "CT"
        
}
        
"weapon_cz75a"
        
{
            
"name"        "CZ75-Auto"
            "team"        "ANY"
        
}
        
"weapon_tec9"
        
{
            
"name"        "Tec-9"
            "team"        "T"
        
}
        
"weapon_elite"
        
{
            
"name"        "Dual Berettas"
            "team"        "ANY"
        
}
        
"weapon_deagle"
        
{
            
"name"        "Desert Eagle"
            "team"        "ANY"
        
}
        
"weapon_revolver"
        
{
            
"name"        "R8 Revolver"
            "team"        "ANY"
        
}
    }

paulo_crash 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 18:53.


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