launchers_weapons_rewards 1.0.1

- Add WeaponIsValid to only start the reward loop if the spawn weapon is a launcher
- Update README
This commit is contained in:
Resxt
2022-03-09 11:40:22 +01:00
parent 6110607465
commit 899431bed2
2 changed files with 36 additions and 15 deletions

View File

@ -5,6 +5,7 @@ Scripts that give the players different weapons or perks depending on their curr
## launchers_weapons_rewards.gsc
Gives the player a new weapon every time he reaches a new tier.
`WeaponIsValid()` ensures that the rewards are only given if the player's spawn weapon is a launcher.
If the player reaches the last tier the loop restarts allowing players to get tiers several time per life if they ever get enough kills.
For example with this script if you get 50 kills in a row you would get the AC130 105mm two times.
This is how the script is configured