I know that these days you are very busy
but I show you this photo
What would be the string or order to write in the plugin
so that the panel did not appear in the final classification presentation of each player?
I put a picture here
A greeting.

Code: Select all
public function off ($aseco, $race) {
// your code
}
Code: Select all
// Register events to interact on
$this->registerEvent('onSync', 'onSync');
$this->registerEvent('onPlayerConnect', 'onPlayerConnect');
$this->registerEvent('onPlayerFinish', 'onPlayerFinish');
$this->registerEvent('onPlayerManialinkPageAnswer', 'onPlayerManialinkPageAnswer');
$this->registerEvent('onEndMapRanking', 'onEndMapRanking');
// Register chat commands
$this->registerChatCommand('bern', 'chat_bern', 'ligne de commande chat');
Code: Select all
public function onEndMapRanking ($aseco) {
$xml = '
<manialink id="6168496818450606984" version="3"></manialink>';
$aseco->sendManialink($xml, false);
}
Users browsing this forum: No registered users and 1 guest