- Initiateur de la discussion
A
alexandre44650
Geek suprême
- Messages
- 148
- Score réaction
- 2
- Points
- 110
[ERROR] gamemodes/darkrp/gamemode/modules/judge/cl_menu.lua:205: attempt to concatenate field 'maxJailTime' (a nil value)
Voici l'erreur comment puis je la résoudre et voici la config du script :
var timeLeft = ]] .. judge.config[ "maxCaseLength" ] .. [[ - 5;
window.setInterval( function() {
$( "#timeLeft" ).html( timeLeft + " seconds" );
if( 20 >= timeLeft ) {
$( "#timeLeft" ).css( "color", "darkred" );
$( "#timeLeft" ).css( "font-weight", "bold" );
}
if( timeLeft > 0 ) timeLeft = timeLeft - 1;
}, 1000 );
</script>
</body>
</html>
c'est la ligne 205 ]];
end
Voici l'erreur comment puis je la résoudre et voici la config du script :
var timeLeft = ]] .. judge.config[ "maxCaseLength" ] .. [[ - 5;
window.setInterval( function() {
$( "#timeLeft" ).html( timeLeft + " seconds" );
if( 20 >= timeLeft ) {
$( "#timeLeft" ).css( "color", "darkred" );
$( "#timeLeft" ).css( "font-weight", "bold" );
}
if( timeLeft > 0 ) timeLeft = timeLeft - 1;
}, 1000 );
</script>
</body>
</html>
c'est la ligne 205 ]];
end