added native in mapchooser for the trails entry for maps that enabled trails. also added the trails plugin itself

This commit is contained in:
jenz
2026-07-28 20:05:15 +02:00
parent 8ef2f2f2cc
commit 52a452708e
3 changed files with 462 additions and 0 deletions
@@ -116,6 +116,7 @@ native int GetMapCooldownTime(const char[] map); // in unix time
native int GetMapCooldownTime2(const char[] map); // in unix time
native int GetMapLowPopHelpCount(const char[] map);
native int GetMapLaserFag(const char[] map);
native int GetMapTrails(const char[] map);
native int GetMapMinTime(const char[] map);
native int GetMapMaxTime(const char[] map);
native int GetMapMinPlayers(const char[] map);