Stable
2.0.0
Addition
- Added Deathmatch Minigame
- Added AShop rewards
- Added VPet rewards
- Added Daily rewards
- Added Sandbox hooks to prevent unplanned player behavior
- Added notification when a player joins, other players and the owner will be notified about the joined player
- Added notification when a player wins the game but there are no rewards
- Added server-side hook when a game is finished
- Added that the game owner can play his own game
- Added secondary option to manage the players of a minigame
- Added option for DarkRP-based gamemodes to disable proximity voice chat
- Added option to play background music while playing the minigame
- Added
!stopgame
command so that the owner of the game can disable it in case he cannot - Added an option for players to join the minigame via a command (
!join
) - Added that players who have noclip enabled will have it removed when a minigame starts
- Added that some of the minigame information is replicated in the clients
- Added
Minigames.GameStart
hook on CLIENT and SERVER - Added
Minigames.GameStop
hook on CLIENT and SERVER - Added
minigames_reload
command to reload the entire minigames addon
Changes
- Players can now be teleported to the minigame
- Minigames can now give multiple rewards to one or more players at the same time.
- Completely changed the minigames interface, player list and rewards
- Completely changed the structure for declaring rewards in lua files
- Some micro optimizations
Fixes
- Fixed sounds when the weapon fire from Russian Roulette
- Fixed players not receiving the russian roulette weapon
- Fixed Russian Roulette bullet position logic
- Fixed Russian Roulette logic of the position of the bullets
- Fixed bots in the Russian Roulette minigame not disappearing when the minigame ends
Stable
1.4.0
Changes
- Complete restructuring of the minigame code
- If the selected language does not have a translation of a phrase, the English language will be used as the placeholder
- Some bug fixes
Additions
- Added headers to minigame configuration
- Russian Roulette minigame added
- Simon Says minigame added
- Box Game minigame added
Stable
1.3.1
Changes
- Fixed the reward argument not being detected by the Reward system
- Added Spell reward from addon Magic Wand Rewrite (Request by Shuru)
- Added Icon to Spell reward
Stable
1.3.0
Changes
- Now all games can teleport players to the game area
- The functionalities of the rewards module were extended (see
lua/minigames/rewards/example.lua
)
Additions
- Added Deutch translation (Made by Gamer688)
- Added Support to Builder-X (Request by Rayzox57)
- Added VoidCases Reward
- Added Option to disable teleport players
- Added Custom NameAmount support (now with functions)
- Added Icons to rewards
Fixes
- Fixed a bug where players losing on
Red Light Green Light
game kept their game collision
Stable
1.2.3
- Added Turkish translation (Made by higamato)
- Added French translation (Made by dydy)
Stable
1.2.2
- Removed a phrase in Spanish in the English translation
Stable
1.2.1
- Fixed games not playing the begin game sound
- Fixed the reward module not giving rewards
- Fixed bug with the setupmenu with players that aren't fully connect
- Fixed players can't turn off the noclip while are in game
- Changed the games doesn't remove all player at the end of the game
Stable
1.2.0
- Removed Tool Dashboard
- Removed all prints in the code
- Added Setup Menu and Player List
- Added fully translated English and Spanish version
- Added an option to remove the blur menu
- Added an option to disable noclip in game
- Added an option to bind toggle the game
- Fixed "Red Light Green Light" bad preview killbox
- Fixed "Red Light Green Light" repeating "Red Light" always if the Safe Time has not been full passed
- Changed the way to add rewards in the code
Stable
1.1.0
- Replaced all NW2 Vars to NetworkVar
- Added KillBox to Plataforms & Drop Out
- Added option to strip weapons to players
- Added preview of KillBox to Plataforms & Drop Out
- Removed unused vars
Stable
1.0.1
Fix spanish phrases in english
Stable
1.0.0
Initial version.