Allow mapchooser to exclude maps based on Daytime.

This commit is contained in:
zaCade
2017-10-12 21:52:19 +02:00
parent 54eca07b3e
commit 9532c0893f
4 changed files with 206 additions and 13 deletions
@@ -108,8 +108,11 @@ native CanNominateResult CanNominate();
native bool ExcludeMap(const char[] map, int cooldown = 0, int mode = 0);
native int GetMapCooldown(const char[] map);
native int GetMapMinTime(const char[] map);
native int GetMapMaxTime(const char[] map);
native int GetMapMinPlayers(const char[] map);
native int GetMapMaxPlayers(const char[] map);
native int GetMapTimeRestriction(const char[] map);
native int GetMapPlayerRestriction(const char[] map);
public SharedPlugin __pl_mapchooser_extended =