Page 9 of 9

Re: [Plugin] ManiaLive->Xaseco->ManiaLive freezone fix 0.34

Posted: 14 Aug 2011, 14:07
by ccx
Up..

Is it allowed that I modify my scripts for my own server, to disable that kind of message ?
Command '/any xaseco command' does not exist, try /help to see a list of the available commands.
And a new question (last, I hope :oops: ) :
When you play with a free account, a new button "What is FreeZone ?" appears in-game, on the left.
On my server, it overlaps the panel "Dedimania record".
Is it possible to move the button "What is FreeZone ?" above the Dedis panel, and under the "Menu" button of Fufi widgets ?

That are the only enhancements I really would like to bring to my server upon those plugins.

Many thanks for your answers :thx:

ccx.

Re: [Plugin] ManiaLive->Xaseco->ManiaLive freezone fix 0.34

Posted: 14 Aug 2011, 19:03
by Lovemaster
To move the button, add the following to your config.ini:

Code: Select all

plugins.Freezone\Freezone.buttonAlign = 'left'
plugins.Freezone\Freezone.buttonY = 68
Make adjustments as necessary.

Re: [Plugin] ManiaLive->Xaseco->ManiaLive freezone fix 0.34

Posted: 16 Aug 2011, 13:03
by ccx
Thx, LM :3 I'll do this as soon as I'm at home !
+ Add a button "Add in Fav".. like yours ;)

Just If someone can tell me if I can modifiy my script to remove this message ?
Command '/any xaseco command' does not exist, try /help to see a list of the available commands.
Many thx again,

ccx.

Re: [Plugin] ManiaLive->Xaseco->ManiaLive freezone fix 0.34

Posted: 16 Aug 2011, 23:26
by Lovemaster
ccx wrote: Just If someone can tell me if I can modifiy my script to remove this message ?
Command '/any xaseco command' does not exist, try /help to see a list of the available commands.
Many thx again,

ccx.
Just go to manialive/libraries/ManiaLive/Application/AbstractApplication.php on your server and comment out line 109. This will stop the chat command interpreter from initializing. (per farfa)