Page 1 of 1

CMlScriptIngame in mode

Posted: 04 Sep 2016, 00:45
by BigBang1112
5 topics in 3 days man, xd
I know I'm a bit annoying by this, I appreciate your answers, but I would like to ask: How do I read CmlScriptIngame in gamemode scripts?

Thanks for any answers.

Re: CMlScriptIngame in mode

Posted: 04 Sep 2016, 00:57
by Dommy
In manialinks.

Code: Select all

#Include "Libs/Nadeo/Layers2.Script.txt" as Layers

***StartServer***
Layers::Create("Something", """
<script><!--
// Your code here
--></script>
""");
Layers::Attach("Something");
***
And boom, all players have now a manialink running script on their screens.

Re: CMlScriptIngame in mode

Posted: 04 Sep 2016, 12:28
by BigBang1112
Lol I forgot xD Thanks for explain!