Open Beta 27-02-2013 update Steam + Stadium
http://tmrankings.com/maniascript/html/ ... ource.html
downloadable source:
http://tmrankings.com/maniascript/o.b_s ... script.zip
ManiaScript Documentation
Moderator: English Moderator
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: ManiaScript Documentation
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: ManiaScript Documentation
veel dank aan de steek is op u! 

Re: ManiaScript Documentation
Hmm, leuk geprobeerd, maar geen sigaar voor u.TMarc wrote:veel dank aan de steek is op u!

Nice try, but no cigar.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: ManiaScript Documentation
New update for RC1 Shootmania
Source file:
http://tmrankings.com/maniascript/html/ ... ource.html
Download:
http://tmrankings.com/maniascript/rc1Sh ... script.zip
Source file:
http://tmrankings.com/maniascript/html/ ... ource.html
Download:
http://tmrankings.com/maniascript/rc1Sh ... script.zip
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
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: ManiaScript Documentation
New update: 24-04-2013.
http://maniascript.tmrankings.com/
and download:
http://maniascript.tmrankings.com/rc1Sh ... script.zip
http://maniascript.tmrankings.com/
and download:
http://maniascript.tmrankings.com/rc1Sh ... script.zip
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: ManiaScript Documentation
(script "siege" ligne 1910)Void UpdateUI(Boolean _Forced)
un boolean c'est pas "true" ou "false" normalement ?
∀ g eH, ∃! f eH tq (f c g)U(g c f), f =/= g, g U f = <3 ,H = Humain, g = garçon, f = fille
Re: ManiaScript Documentation
where's the problem?under wrote:(script "siege" ligne 1910)Void UpdateUI(Boolean _Forced)
un boolean c'est pas "true" ou "false" normalement ?
"_Forced" is a parameter name, it will have the value True or False on call of the method
Re: ManiaScript Documentation
With "boolean" we must use "true" or "false" ?why there is "_Forced" ?under wrote:(script "siege" ligne 1910)Void UpdateUI(Boolean _Forced)
un boolean c'est pas "true" ou "false" normalement ?
∀ g eH, ∃! f eH tq (f c g)U(g c f), f =/= g, g U f = <3 ,H = Humain, g = garçon, f = fille
Re: ManiaScript Documentation
well i'm a noob at explaining things but do you even have programming experience?under wrote:With "boolean" we must use "true" or "false" ?why there is "_Forced" ?
Code: Select all
Void DoThings(Boolean _Name) {
if (_Name) {
[do..things...];
} else {
[do..other..things...];
}
inside the method the value (True or False) can be accessed through the parameter name "_Name"
example call:
Code: Select all
if (1 == 1) {
DoThings(True);
}
Re: ManiaScript Documentation
thanks
∀ g eH, ∃! f eH tq (f c g)U(g c f), f =/= g, g U f = <3 ,H = Humain, g = garçon, f = fille
Who is online
Users browsing this forum: No registered users and 1 guest