mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-29 17:06:51 +01:00
Update config.php
This commit is contained in:
24
config.php
24
config.php
@@ -241,18 +241,20 @@
|
|||||||
'secret' => true),
|
'secret' => true),
|
||||||
);
|
);
|
||||||
|
|
||||||
// TFS 1.0 powergamers and toponline
|
// TFS 1.0 powergamers and top online
|
||||||
//Before enabling powergamers, make sure that you have added LUA files and SQL querys to your server.
|
//Before enabling powergamers, make sure that you have added LUA files and possible cloums to your server.
|
||||||
//can be found at "lua>TFS 1.0" folder.
|
//files can be found at Lua folder.
|
||||||
$config['powergamers_enabled'] = true; //True = working, false = page disabled
|
|
||||||
$config['powergamers'] = array(
|
$config['powergamers'] = array(
|
||||||
'limit' => 20, //Number of players visible on the page
|
'enabled' => true, // Enable or disable page
|
||||||
);
|
'limit' => 20, //Number of players that it will show.
|
||||||
|
);
|
||||||
|
|
||||||
|
$config['toponline'] = array(
|
||||||
|
'enabled' => true, // Enable or disable page
|
||||||
|
'limit' => 20, //Number of players that it will show.
|
||||||
|
);
|
||||||
|
|
||||||
$config['toponline_enabled'] = true; //True = working, false = page disabled
|
|
||||||
$config['toponline'] = array(
|
|
||||||
'limit' => 20, //Number of players that it will show.
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
// Vocation ids and names.
|
// Vocation ids and names.
|
||||||
|
|||||||
Reference in New Issue
Block a user