forked from UNLOZE/sm-plugins
WIP
This commit is contained in:
@@ -106,8 +106,11 @@ native CanNominateResult CanNominate();
|
||||
* @return true on success
|
||||
*/
|
||||
native bool ExcludeMap(const char[] map, int cooldown = 0, int mode = 0);
|
||||
// Cooldown in minutes
|
||||
native bool ExcludeMapTime(const char[] map, int cooldown = 0, int mode = 0);
|
||||
|
||||
native int GetMapCooldown(const char[] map);
|
||||
native int GetMapCooldownTime(const char[] map); // in unix time
|
||||
native int GetMapMinTime(const char[] map);
|
||||
native int GetMapMaxTime(const char[] map);
|
||||
native int GetMapMinPlayers(const char[] map);
|
||||
@@ -141,7 +144,7 @@ native bool GetMapVIPRestriction(const char[] map, int client = 0);
|
||||
*/
|
||||
native int GetExtendsLeft();
|
||||
|
||||
native int AreRestrictionsActive();
|
||||
native bool AreRestrictionsActive();
|
||||
|
||||
public SharedPlugin __pl_mapchooser_extended =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user