I installed fast to try as fast using the same code to change the scores, and it does not work either.
The probleme is in maniaplanet?
Search found 28 matches
- 07 Feb 2015 09:11
- Forum: XAseco & XAseco2
- Topic: Help for code
- Replies: 6
- Views: 2530
- 25 Jan 2015 19:31
- Forum: XAseco & XAseco2
- Topic: Help for code
- Replies: 6
- Views: 2530
Re: Help for code
I already try this:
And it does not work 
Code: Select all
$struct = array(
'PlayerId' => 0, 'Score' => 3,
'PlayerId' => 1, 'Score' => 2
);
$aseco->client->query('ForceScores', $struct, false);

- 24 Jan 2015 18:38
- Forum: XAseco & XAseco2
- Topic: Help for code
- Replies: 6
- Views: 2530
Re: Help for code
thank you for your help. unfortunately, impossible to adapt this code. This still does not work.
- 23 Jan 2015 19:24
- Forum: XAseco & XAseco2
- Topic: Help for code
- Replies: 6
- Views: 2530
Help for code
Hello everybody I have a problem. What is the code to change the scores of the blue and red teams in team mode. I tried $aseco->client->query('ForceScores', array( array('PlayerId'=>0,'Score'=>3), array('PlayerId'=>1,'Score'=>2) ), false); $aseco->client->query('ForceScores', array(array(1,2),false)...
- 21 Jan 2015 14:14
- Forum: XAseco & XAseco2
- Topic: [XASECO2] Plugin: Records-Eyepiece 1.1.1 (UPDATE)
- Replies: 403
- Views: 124052
Re: [XASECO2] Plugin: Records-Eyepiece 1.1.0 (UPDATE)
corrigendum, I'm sorry but I had a bad information,
The right code is always
sorry
The right code is always
Code: Select all
*team:blue
- 20 Jan 2015 19:16
- Forum: XAseco & XAseco2
- Topic: [Xaseco2]plugin : TeamRace
- Replies: 18
- Views: 10605
Re: [Xaseco2]plugin : TeamRace
the server hosting the images has changed, so be updated.
Read the first post for the link
Read the first post for the link
- 20 Jan 2015 19:12
- Forum: XAseco & XAseco2
- Topic: [XASECO2] Plugin: Records-Eyepiece 1.1.1 (UPDATE)
- Replies: 403
- Views: 124052
Re: [XASECO2] Plugin: Records-Eyepiece 1.1.0 (UPDATE)
Hello, ManiaPlanet again changed its coding for the teams, we must change back a variable.
must be changed to
Code: Select all
*team:blue
Code: Select all
*team:bleu
- 02 Sep 2014 19:20
- Forum: XAseco & XAseco2
- Topic: Plugin mode relay
- Replies: 4
- Views: 4062
Re: Plugin mode relay
Update V3.0 : http://95.130.9.140/TM/Plugins/TeamRelay/TeamRelay_3.0.zip Fixed bug of the standings after the late rounds A player can change the name of his team in the game The admin can change the names of all the teams in the game The admin can cancel the renaming of teams during the game The ad...
- 29 Aug 2014 09:40
- Forum: XAseco & XAseco2
- Topic: Plugin mode relay
- Replies: 4
- Views: 4062
Re: Plugin mode relay
Upon reflection, update for penalty for the player who restart before the first CP
http://95.130.9.140/TM/Plugins/TeamRela ... ay_2.1.zip
http://95.130.9.140/TM/Plugins/TeamRela ... ay_2.1.zip
- 28 Aug 2014 20:40
- Forum: XAseco & XAseco2
- Topic: Plugin mode relay
- Replies: 4
- Views: 4062
Re: Plugin mode relay
Update : http://95.130.9.140/TM/Plugins/TeamRela ... ay_2.0.zip
Fixed display of buttons bugs.
Adding a menu
Opportunity to play several rounds by the same player
Penalty for the player who restart to start after the first CP
Possibility to choose the number of seconds of the penalty set.
Fixed display of buttons bugs.
Adding a menu
Opportunity to play several rounds by the same player
Penalty for the player who restart to start after the first CP
Possibility to choose the number of seconds of the penalty set.
- 15 May 2014 22:36
- Forum: XAseco & XAseco2
- Topic: [Xaseco2]plugin : TeamRace
- Replies: 18
- Views: 10605
Re: [Xaseco2]plugin : TeamRace
The right code
I presume with only one array, don't work 
Otherwise, what is the chat command to resume scores in xaseco ?
Code: Select all
$aseco->client->query('LibXmlRpc_SetPlayersScores', array('PlayerId'=>0,'Score'=>0), array('PlayerId'=>1,'Score'=>0) );

Otherwise, what is the chat command to resume scores in xaseco ?
- 15 May 2014 22:10
- Forum: XAseco & XAseco2
- Topic: [XASECO2] Plugin: Records-Eyepiece 1.1.1 (UPDATE)
- Replies: 403
- Views: 124052
Re: [XASECO2] Plugin: Records-Eyepiece 1.0.9.9 (UPDATE)
With the last version of TM2, you must change the code to the line 16756 (or 16374 depend of version) for the score in team mode
with the new code
Code: Select all
if ($ranks[0]['Login'] == '*team0*') {
Code: Select all
if ($ranks[0]['Login'] == '*team:blue') {
- 04 May 2014 22:20
- Forum: XAseco & XAseco2
- Topic: [Xaseco2]plugin : TeamRace
- Replies: 18
- Views: 10605
Re: [Xaseco2]plugin : TeamRace
The update of TM2 require to update this plugin http://teamjtt.fr/TM/Plugins/TeamRace/V.2.4.zip By cons, this command does not work: $aseco->client->query('ForceScores', array( array('PlayerId'=>0,'Score'=>0), array('PlayerId'=>1,'Score'=>0) ), false); If anyone knows the new code, it will avoid to ...
- 24 Feb 2014 13:18
- Forum: XAseco & XAseco2
- Topic: [Xaseco2]plugin : TeamRace
- Replies: 18
- Views: 10605
Re: [Xaseco2]plugin : TeamRace
not yet, it will update
- 31 Jan 2014 18:42
- Forum: XAseco & XAseco2
- Topic: Plugin mode relay
- Replies: 4
- Views: 4062
Re: Plugin mode relay
Attention must think configure the server with enough spectators, otherwise players will be more to player in teams because they can not be a spectator. Depending on the number of people on the server, it must in all cases be at least 24 seats more than the number of spectators which are present on ...