mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-11 05:41:01 +00:00
Some fix and add protected players
Some fix and add protected players
This commit is contained in:
@@ -55,6 +55,10 @@ if(isset($_GET['err']) && $_GET['err'] == 2) {
|
||||
<option value="1" selected>Romans</option>
|
||||
<option value="2">Teutons</option>
|
||||
<option value="3">Gauls</option>
|
||||
<option value="6">Huns</option>
|
||||
<option value="7">Egyptians</option>
|
||||
<option value="8">Spartans</option>
|
||||
<option value="9">Vikings</option>
|
||||
</select>
|
||||
</div>
|
||||
<div><label>Show in stats</label>
|
||||
|
||||
@@ -334,6 +334,7 @@ foreach($mechs as $k => $l){
|
||||
<option value="true" selected>Yes</option>
|
||||
<option value="false">No – same image for everyone</option>
|
||||
</select></div>
|
||||
<div><label>Protected players (no attacks)</label><input class="input" type="text" name="protected_players" value="" placeholder="e.g. Shadow,Multihunter"></div>
|
||||
<div><label>Allow player graphic packs</label><select class="input" name="gpack">
|
||||
<option value="false" selected>No – everyone sees the server pack</option>
|
||||
<option value="true">Yes – players may pick their own in Profile</option>
|
||||
|
||||
Reference in New Issue
Block a user