Page 9 of 10

Re: ManiaScript Documentation

Posted: 06 Jan 2014, 12:05
by steeffeen
ah now i got the meaning of your "fixed" :D i thought the problem is solved :P

i guess the timer doesn't say 0:00 but another value?
it seems it's caused by this

Code: Select all

EndTime = Now + EndRoundTimeLimit;
this line is always executed during gameplaysequence 4
it resets the EndTime to a constant duration beginning now
for example now + 5 seconds, so the timer always says 5 seconds left because the new endtime is always 5 seconds in the future

you will have to check that you set the new EndTime only once

Re: ManiaScript Documentation

Posted: 01 May 2014, 09:43
by w1lla

Re: ManiaScript Documentation

Posted: 10 Dec 2014, 19:42
by Dommy

Re: ManiaScript Documentation

Posted: 11 Feb 2015, 01:23
by w1lla

Re: ManiaScript Documentation

Posted: 11 Feb 2015, 11:27
by undef.de

Re: ManiaScript Documentation

Posted: 18 Feb 2015, 18:47
by undef.de

Re: ManiaScript Documentation

Posted: 10 Mar 2015, 21:00
by undef.de

Re: ManiaScript Documentation

Posted: 18 Jun 2015, 18:25
by undef.de

Re: ManiaScript Documentation

Posted: 09 May 2017, 17:08
by undef.de
As the old docs are outdated, i have removed them. Only the current one is online now:
https://www.uaseco.org/maniascript/2017 ... tated.html

Re: ManiaScript Documentation

Posted: 16 May 2017, 21:09
by undef.de