Nouse Records

by Nouseforname

System

XASECO

Description

Pay coppers for getting one of the first five local records
New record payment is only valued:
- if there was a record before (not new track)
- if the login differs from the existing record
- for the last player who earns the record

The payment is done at rounds end only.
If the track is new there have to be at least two players to get any payment.

Installation

1. unzip the script to xaseco base directory
2. edit xaseco's plugins.xml and include the following line:
Code:
<plugin>plugin.nouse.records.php</plugin>
3. restart xaseco

Settings

Settings can be configured in plugin file itself via lines 44-53 by editing the following values:
Quote:
$coppers_pos1 = 50, // payment for first record $coppers_pos2 = 40, // payment for second record $coppers_pos3 = 30; // payment for third record $coppers_pos4 = 20; // payment for fourth record $coppers_pos5 = 15; // payment for fifth record private $minservercoppers = 1000; // minimum coppers amount to activate payment private $minrecs = 20; // minimum records count private $chatmessage = true; // true activates a chatmessage at rounds end, with information about winners

Changes in v1.1.1

- add support for Third-Party Plugins UpToDate

Changes in v1.0a

- Increased the number of records from three to five

Link(s)

Forum: https://www.tm-forum.com/viewtopic.php?t=24056
Homepage: https://nouseforname.de/other/nouseforname.de/plugin.php?&file=plugin.nouse.records

Download(s)

File Version Date Size Downloads
nouse_records(1.1.1).zip 1.1.1 2012-05-12 3 KB 1273
nouse_records(1.0a).zip 1.0a 2010-08-17 2.93 KB 1186
nouse_records(1.0).zip 1.0 2009-12-21 2.37 KB 1293