Closed Reorn closed 1 year ago
static native(539) final function string GetMapName( string NameEnding, string MapName, int Dir );
Function GetMapName(MapPrefix, MapName, 1); returns the next map Function GetMapName(MapPrefix, MapName, -1); returns the previous map
Function GetMapName(MapPrefix, MapName, 0); should return the current map. But it returns the next map, as well as GetMapName(MapPrefix, MapName, 1);
Ooof, fixed it for next version.
static native(539) final function string GetMapName( string NameEnding, string MapName, int Dir );
Function GetMapName(MapPrefix, MapName, 1); returns the next map Function GetMapName(MapPrefix, MapName, -1); returns the previous map
Function GetMapName(MapPrefix, MapName, 0); should return the current map. But it returns the next map, as well as GetMapName(MapPrefix, MapName, 1);