AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   CZ75-Auto (https://forums.alliedmods.net/showthread.php?t=235384)

Useless 02-13-2014 13:52

CZ75-Auto
 
How we can add a new pistol CZ75-Auto to weapon menu?

Dr!fter 02-13-2014 14:18

Re: CZ75-Auto
 
http://hg.alliedmods.net/cssdm/file/...apons.txt#l147

inside the CS:GO block add

Code:

"cz75a"
{
        "name"                "CZ75a"
        "type"                "secondary"
}


Useless 02-14-2014 06:26

Re: CZ75-Auto
 
Quote:

Originally Posted by Dr!fter (Post 2099830)
http://hg.alliedmods.net/cssdm/file/...apons.txt#l147

inside the CS:GO block add

Code:

"cz75a"
{
    "name"        "CZ75a"
    "type"        "secondary"
}


Thank you

ehsan.blade 03-02-2014 04:26

Re: CZ75-Auto
 
guys this isn't working :|
I have css dm 2.1.6 version
and i want to add CZ75-Auto and m4a1-s and USP-s to the gun menu
but I don't know how! can you help me?
I tried your way it doesn't work and it wont show the guns in the menu.
tnx

Dr!fter 04-04-2014 13:31

Re: CZ75-Auto
 
Quote:

Originally Posted by ehsan.blade (Post 2106231)
guys this isn't working :|
I have css dm 2.1.6 version
and i want to add CZ75-Auto and m4a1-s and USP-s to the gun menu
but I don't know how! can you help me?
I tried your way it doesn't work and it wont show the guns in the menu.
tnx

Quote:

Originally Posted by Dr!fter (Post 2099830)
http://hg.alliedmods.net/cssdm/file/...apons.txt#l147

inside the CS:GO block add

Code:

"cz75a"
{
        "name"                "CZ75a"
        "type"                "secondary"
}


I missed another step in the above after adding it to that file, you need to add the gun to the menu, https://hg.alliedmods.net/cssdm/file...equip.txt#l103

Code:

"weapon"        "cz75a"

ghostofmybrain 08-07-2014 17:51

Re: CZ75-Auto
 
If I choose the CZ, I get the P250 instead. Similarly, choosing the M4A1-S equips the M4A4. Is this because I have this installed, or have I done something wrong?

I have added the following lines to my cssdm.equip.txt file
Code:

                "weapon"        "m4a1_silencer"
                "weapon"        "usp_silencer"
                "weapon"        "cz75a"

I have added the following lines to my to the csgo section of cssdm.weapons.txt
Code:

                "usp_silencer"
                {
                        "name"          "USP-S"
                        "type"          "secondary"
                }

                "cz75a"
                {
                        "name"          "CZ75"
                        "type"          "secondary"
                }

                "m4a1_silencer"
                {
                        "name"          "M4A1-S"
                        "type"          "primary"
                }

EDIT: I disabled your extension for the skins, and this is the current behavior:
  • If I have the USP equipped as a CT, I can only use the USP whether I choose P2000 or USP
  • If I have the P2000 equipped as a CT, I can use the P2000 or the USP, depending on which I choose
  • Regardless of what I have equipped as a T, I can use the gun that I select from the menu
  • The CZ and the M4A1 work as advertised, regardless of my equipment choice in inventory

ghostofmybrain 08-19-2014 06:56

Re: CZ75-Auto
 
Quote:

Originally Posted by ghostofmybrain (Post 2180616)
If I choose the CZ, I get the P250 instead. Similarly, choosing the M4A1-S equips the M4A4. Is this because I have this installed, or have I done something wrong?

I have added the following lines to my cssdm.equip.txt file
Code:

                "weapon"        "m4a1_silencer"
                "weapon"        "usp_silencer"
                "weapon"        "cz75a"

I have added the following lines to my to the csgo section of cssdm.weapons.txt
Code:

                "usp_silencer"
                {
                        "name"          "USP-S"
                        "type"          "secondary"
                }

                "cz75a"
                {
                        "name"          "CZ75"
                        "type"          "secondary"
                }

                "m4a1_silencer"
                {
                        "name"          "M4A1-S"
                        "type"          "primary"
                }

EDIT: I disabled your extension for the skins, and this is the current behavior:
  • If I have the USP equipped as a CT, I can only use the USP whether I choose P2000 or USP
  • If I have the P2000 equipped as a CT, I can use the P2000 or the USP, depending on which I choose
  • Regardless of what I have equipped as a T, I can use the gun that I select from the menu
  • The CZ and the M4A1 work as advertised, regardless of my equipment choice in inventory

Any help?

Dr!fter 08-19-2014 14:31

Re: CZ75-Auto
 
There is nothing to help you with? Using the extension will override the weapon given to the one selected in the inventory (only if you are on the opposite team) Like selecting the p2000 on t will give you a usp if that is what you have selected in your inventory for ct.

ghostofmybrain 08-25-2014 14:59

Re: CZ75-Auto
 
Quote:

Originally Posted by Dr!fter (Post 2186320)
There is nothing to help you with? Using the extension will override the weapon given to the one selected in the inventory (only if you are on the opposite team) Like selecting the p2000 on t will give you a usp if that is what you have selected in your inventory for ct.

I disabled your extension a long time ago. If you had read the post, you would have seen that my issue is that Terrorists still receive a USP if they choose P2000, if the USp is equipped as their CT weapon.

At this time, though, I have completely abandoned your deathmatch plugin as well as your extension. It's up to you whether you provide further information, although there might be others who read the thread at later times who may wish to find a solution.


All times are GMT -4. The time now is 21:37.

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