In Elite/Heroes, etc. When players Leave a match and other Join the map or in any other random way, The script lets the Score of Map/Turn/Round be the same like e.x: 2-3. But its not set back to 0-0.
Hope this can be done in the future by a Callback or TriggerModeEvent.
Script callbacks
Moderator: NADEO
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: Script callbacks
TM² Info
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Re: Script callbacks
A call to RestartMap() should set the scores to 0.
Re: Script callbacks
With the latest update you can hide/show the scores table on alt via XmlRpc with TriggerModeScriptEvent(String1, String2);.
Code: Select all
Hide the scores table on alt key for a player:
String1: "LibXmlRpc_DisableAltMenu"
String2: "LoginOfThePlayer"
Code: Select all
Display the scores table on alt key for player:
String1: "LibXmlRpc_EnableAltMenu"
String2: "LoginOfThePlayer"
Re: Script callbacks
Thanks a lotEole wrote:With the latest update you can hide/show the scores table on alt via XmlRpc with TriggerModeScriptEvent(String1, String2);.



Re: Script callbacks
@Kremsy: The scoreboard is also smaller and have the same width in all game modes now (the only exception is Siege). Miracles do happen. 

Who is online
Users browsing this forum: No registered users and 3 guests