forked from UNLOZE/sm-plugins
Allow mapchooser to exclude maps based on Daytime.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user