Weaponlimit (sniperlimit)

Description
Sniper/DMR limit with UI that shows current slots in the spawn menu.

Config
Weapon and slot limits can be configured from server .lua
Default slot limit is 5 for both sniper and DMR

Screenshot
sniper

Download

Source Code

4 Likes

There are some UI problems (when you are on the spawn screen and try to go to settings etc…). I fixed them and created a pull request :slightly_smiling_face:

Thanks for the mod!

1 Like

Looks nice, not sure if you know about the: https://docs.veniceunleashed.net/vext/ref/server/type/player/#isallowedtospawn

Option in the server’s Player class. It would keep someone from spawning then being killed over again by preventing them from spawning in the first place. But looks good regardless (matches what the procon plugins did)