Nouse Entrance

by Nouseforname

System

XASECO

Description

Let player to pay an entrance fee to play
It blocks the view at the server. only chat is possible. You can drive but won't see where to go. After player has paid the entrance fee, the blocking window disappears.

Chat commands

/entrance "login" as admin command, to let players pass the entrance.

Installation

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

Settings

Setting up the plugin is done via editing the plugin file itself.
To add players to ignore list, add logins of players to line 39 and the fee on line 40:
Quote:
var $ignores = array('nouseforname', '', ''); // add all logins to be ignored private $entrance_fee = 100; // entrance fee
to add more than 3 logins, just add comma and login between two quotation marks

Note

Blanking will appear each time a player joins the server.

Changes in v2.0.1

- add support for Third-Party Plugins UpToDate

Changes in v2.0

- logins are saved, and have to pay only once a day or once forever, depending on setting

Link(s)

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

Download(s)

File Version Date Size Downloads
nouse_entrance(2.0.1).zip 2.0.1 2012-05-12 4.01 KB 1465
nouse_entrance(2.0).zip 2.0 2010-08-27 3.79 KB 1255
nouse_entrance(1.0).zip 1.0 2009-11-22 3 KB 1216