MapLoader(PATH)
Load map data from the PATH, and return a table with info
Detailed info is listed on the img1
MapSaver(PATH, map_table)
Save the map data from the parameter map_table into the path PATH
Example:
1
2
2
local mi = MapLoader('maps/de_cs2d.map') MapSaver('maps/de_cs2d_clone.map', mi)
edited 3×, last 25.06.24 12:38:33 pm
Approved by Gaios
Download
3 kb, 57 Downloads