• 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!

Lua server information znote problem

CipsoftStinks

www.relicaria.com
Joined
Oct 1, 2016
Messages
947
Solutions
3
Reaction score
137
Location
Argentina
Hello please someone help mw with this im having an issue in my website
about server informations.php
im using tfs 0.3.6 -0.4

this is some part of my config lua
Code:
ragsLimit = 24 * 60 * 60
fragsSecondLimit = 7 * 24 * 60 * 60
fragsThirdLimit = 30 * 24 * 60 * 60

fragsToRedSkull = 3
fragsSecondToRedSkull = 5
fragsThirdToRedSkull = 10
redSkullLength = 3 * 24 * 60 * 60

notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 7 * 24 * 60 * 60
killsBanLength = 7 * 24 * 60 * 60
finalBanLength = 30 * 24 * 60 * 60
ipBanLength = 1 * 24 * 60 * 60
fragsToBanishment = 7
fragsSecondToBanishment = 21
fragsThirdToBanishment = 41
autoBanishUnknownBytes = false

this is the line bugged in my website
Code:
Kills to red skull   
Notice: Undefined index: redSkullLength in C:\xampp\htdocs\serverinfo.php on line 292

this is a part of the script server information i've tested changin it to frag to redskull third etc
Code:
<tr>
                <td>Kills to red skull</td>
                <td><?php echo $luaConfig['redSkullLength']; ?></td>

@Znote help me pls
 
Back
Top