Commit Graph

12 Commits

Author SHA1 Message Date
87486829b9 mapvote 1.1.4
Added logic to hide the map when there is only one map players can vote, just like how modes work (forgot to implement maps as well)
2023-08-21 16:46:03 +02:00
9e8ec809f9 mapvote 1.1.3
The mapvote is now enabled by default (mapvote_enable set to 1 by default instead of 0)

The default rotation system now has an additional dvar dedicated to enabling/disabling it, it no longer relies on the player count dvar to be enabled or disabled which allows it to work with the min and max dvars set to 0 (only rotate the default rotation if there's no human player)
2023-08-06 21:51:28 +02:00
8d347b0cb2 mapvote 1.1.2
Stupid mistake that was throwing an error
2023-02-01 16:21:01 +01:00
3d3a9c84bb mapvote 1.1.1
Code refactor
Doesn't add or change anything
2023-01-26 02:59:26 +01:00
ecf68810d2 mapvote 1.1.0
Made it possible to have a default randomized map and mode from a user defined list when the human players count is between two values defined by the user

Added dvar mapvote_default_rotation_maps
Added dvar mapvote_default_rotation_modes
Added dvar mapvote_default_rotation_min_players
Added dvar mapvote_default_rotation_max_players
2023-01-21 15:47:56 +01:00
9a875b2669 Update README.md 2022-12-24 18:54:16 +01:00
12fbe10be8 mapvote 1.0.2
Added the possibility to have no maps at all in the mapvote_maps dvar.
This is useful for when you want to organise your maps dvar and you don't want any MW3 map for example
2022-12-23 11:22:52 +01:00
2eaaeac6ff mapvote 1.0.1
Handling of disconnecting players added
Now whenever a player disconnects his votes will be removed (both in the vote logic and in the HUD)
2022-12-01 19:07:05 +01:00
1bf59c0f8e Update README.md 2022-11-30 11:59:50 +01:00
91c99f3315 Update README.md 2022-11-30 11:57:38 +01:00
d1d6d1f418 Update README.md 2022-11-28 16:15:24 +01:00
9749069510 Create mapvote 2022-11-28 13:12:25 +01:00