• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Znote ACC - choose pvp

Methemia

Member
Joined
Feb 1, 2015
Messages
60
Reaction score
9
Anyone know how to make this work?
Fx75izQ.png


Screenshot_66.png Screenshot_67.png
5Y9vUkF.png


I want to be able to choose PVP Disabled




config.php

// (PVP MODE).
$config['pvp_mode'] = array(
0 => 'Enabled',
1 => 'Disabled',
);
 
You need to give more information, what are you missing right now or you dont have anything yet? Is this a storage or a database row inside player table? ^^
 
the table in database is
ALTER TABLE `players` ADD `pvp_mode` INT(11) NOT NULL DEFAULT '0';

the system is LUA / C++

works perfectly but I do not know how to do so that when creating character they can choose the mode
 
Back
Top