My Weapon Allocator for splewis retakes - https://forums.alliedmods.net/showthread.php?t=262658
This weapon allocator simulates different kinds of rounds - FULLBUY, FORCEBUY, PISTOL, DEAGLE.
These rounds will be set through two different modes:
- Ascending rounds (
mywa_rounds_chance 1
) - First x rounds will be PISTOL, then x FORCEBUY rounds after that x FULLBUY rounds; - Random rounds by chance (
mywa_rounds_chance 0
) - It's a random chance to play FULLBUY, FORCEBUY, PISTOL & DEAGLE rounds in no special order;- DEAGLE rounds are only available on random rounds (
mywa_rounds_chance 0
) & don't give grenades.
- DEAGLE rounds are only available on random rounds (
Take a look at the configuration for a better understanding.
Player can choose their preferred weapons for these rounds through !guns
menu.
The plugin will give equipments (grenades, armor & kit) in these rounds based of the configured money, mode & max amount of grenades.