We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
How can I configure to have USP-S & P2000 option in weapons menu?
I tried as follows:
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.
The text was updated successfully, but these errors were encountered: