21.03.2017, 21:53
(
Last edited by faxxe; 22/03/2017 at 11:33 AM.
)
Thanks
After having trouble with recursive functions next update is being published
After having trouble with recursive functions next update is being published
Code:
## [0.1b] - 2017-03-21 ### Added - Added weather system for random weather. - Weather can be set by admins, using /weather ID - /dropmoney uses GenerateRandomPickup function now, to create money pickups. - system to check if a team has won the game. (if other teams are empty) - Improved several minor bugs. - Major changes in score system. - The winner of the team will now be determined if there is no player left in other teams - Recursive function will be called in OnPlayerDeath instead of OnPlayerSpawn now. - Dead player will be thrown into TEAM_SPECTATOR after death now if the bed is missing. - GetPlayerCount() function added to count amount of players for use in TeamsAlive(bool:value) function. - Recursive function TeamsAlive(bool:value) function (false/true) to count teams alive or check if there is only one team left. - Fighting Style menu to purchase different fightstyles. - Quicksort instead of Heapsort ### Fix - Increased weapon prices due to balancing reasons. - Changed bomb activation radius to 150m instead of 100m.