Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USP-S & P2000 option in weapons menu #284

Open
crashzk opened this issue Nov 9, 2021 · 2 comments
Open

USP-S & P2000 option in weapons menu #284

crashzk opened this issue Nov 9, 2021 · 2 comments

Comments

@crashzk
Copy link
Contributor

crashzk commented Nov 9, 2021

How can I configure to have USP-S & P2000 option in weapons menu?

I tried as follows:

		"weapon_hkp2000"
		{
			"name"		"P2000"
			"team"		"CT"
		}
		"weapon_usp_silencer"
		{
			"name"		"USP-S"
			"team"		"CT"
		}

However, the player always takes the pistol that is equipped in his inventory.

Some way to make both pistols available to players, no matter which weapon is activated in your inventory.

@splewis
Copy link
Owner

splewis commented Nov 9, 2021

IIRC, you need to tag it as team "T" for it to always give you the correct gun (regardless of inventory).

That has the downside of making the server not give the player any skin for the gun, so it's a bit of a tradeoff.

@crashzk
Copy link
Contributor Author

crashzk commented Nov 9, 2021

I understand, I would like to have both pistol options, the same for MA41-as and M4A4.

Or even the option to have both primary and secondary weapons free for both teams, they can choose any weapon in the case, option "ANY" in the case.

In any case, I will do some tests here and return with feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants