Re: LibXmlRpc Improvements
Posted: 18 Feb 2015, 21:15
Is it possible to change LibXmlRpc_LoadingMap to have the same array contents as LibXmlRpc_BeginMap?
Detailed:
This would be nice to have more time to load all required data from ManiaExchange, Dedimania, ManiaKarma... on a map start to fill and send the widgets to the players just while the intro runs (in TM2).
Detailed:
Code: Select all
LibXmlRpc_LoadingMap
Data : An array with the number of the map, its UID and if the map is new or restarted.
Example : ["1", "2icir0pvzfqwf4h9j3B5lkjYu4n", "False"]
Note : This callback is sent when the script start to load a map
LibXmlRpc_BeginMap
Data : An array with the number of the map, its UID and if the map is new or restarted.
Example : ["1", "2icir0pvzfqwf4h9j3B5lkjYu4n", "False"]
Note : This callback is sent before the beginning of each map