updated parser for latest exe (3.2.0 beta1), to make sure dedimania-server gets valid data.
successfully but not extensively tested, use at your own risk...
http://www.doh-nuts.at/
Search found 8 matches
- 23 Jul 2012, 16:31
- Forum: Dedicated Server
- Topic: [Tools]Invalid Dedimania Recs after installing 3.2.0 beta
- Replies: 14
- Views: 11309
- 30 Jun 2011, 21:03
- Forum: ManiaLive Plugins
- Topic: [Plugin]FreeZone Plugin
- Replies: 310
- Views: 245099
Re: [Plugin]FreeZone Plugin
even if i get another "seriously ? " ;) already asked this a while ago but didnt get an official answer. bevor i finish my new plugin i need to know, is this typo supposed to be or about to change?!? line 128 & 453 $this->store('forecedSpectator', $this->spectators); "for e cedSpe...
- 29 Jun 2011, 11:25
- Forum: Dedicated Server Tools
- Topic: ManiaLive 1.0 r239
- Replies: 22
- Views: 8103
Re: ManiaLive 1.0 r239
last time i will annoy you with this. like in the previous releases, typo still present. maybe nobody cares anyways. ManiaLive\DedicatedApi\Callback\Listener.php line 27 /** * Method called when a Player quit the server * @param int $playerUid * @param string $login * @param string $text * @param bo...
- 31 May 2011, 13:47
- Forum: Dedicated Server Tools
- Topic: ManiaLive 1.0 r223
- Replies: 19
- Views: 7587
Re: ManiaLive 1.0 r223
thx but copy & paste error still present ( viewtopic.php?f=46&t=1235#p19892 ) ManiaLive\DedicatedApi\Callback\Listener.php line 27 /** * Method called when a Player quit the server * @param int $playerUid * @param string $login * @param string $text * @param bool $isRegistredCmd */ function ...
- 10 May 2011, 19:28
- Forum: Dedicated Server Tools
- Topic: ManiaLive r214
- Replies: 16
- Views: 7297
Re: ManiaLive r214
copy & paste always gets you :D ManiaLive\DedicatedApi\Callback\Listener.php line 27 /** * Method called when a Player quit the server * @param int $playerUid * @param string $login * @param string $text * @param bool $isRegistredCmd */ function onPlayerChat($playerUid, $login, $text, $isRegistr...
- 11 Apr 2011, 18:46
- Forum: Dedicated Server Tools
- Topic: ManiaLive r209
- Replies: 25
- Views: 11672
Re: ManiaLive r209
typo in libraries\ManiaLive\DedicatedApi\Connection.php
line 2211:
should be
line 2211:
Code: Select all
$modList[] = $mods->toArray();
Code: Select all
$modList[] = $mod->toArray();
- 05 Apr 2011, 11:30
- Forum: Dedicated Server Tools
- Topic: ManiaLive r209
- Replies: 25
- Views: 11672
Re: ManiaLive r209
@alividerchi
dont know which config you are using but there is an error in the first one.
dont know which config you are using but there is an error in the first one.
Code: Select all
plugins.load [= 'Freezone \ Freezone']
- 21 Mar 2011, 00:40
- Forum: ManiaLive Plugins
- Topic: [Plugin]FreeZone Plugin
- Replies: 310
- Views: 245099
Re: [Plugin]FreeZone Plugin
Code: Select all
$this->store('forecedSpectator', $this->spectators);