redoing with new native to not screw up the nominations related native

This commit is contained in:
jenz
2026-04-14 22:46:24 +02:00
parent 8e33a8bd87
commit 7d5e56540a
2 changed files with 21 additions and 3 deletions
@@ -111,6 +111,7 @@ 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 GetMapCooldownTime2(const char[] map); // in unix time
native int GetMapMinTime(const char[] map);
native int GetMapMaxTime(const char[] map);
native int GetMapMinPlayers(const char[] map);