apres avoir bataillé pour ouvrir mon serveur en mode Royal il reste un paramètres que j'aimerais définir :
Les votes
donc dans le fichier config j'ai vu ca
Code: Select all
<callvote_timeout>60000</callvote_timeout>
<callvote_ratio>0.8</callvote_ratio> <!-- default ratio. value in [0..1], or -1 to forbid. -->
<callvote_ratios>
<voteratio command="Ban" ratio="-1"/>
<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->
</callvote_ratios>
J'aimerai empecher les joueurs de changer les reglages serveur
je me doute que ca doit se changer ici
Code: Select all
<callvote_ratios>
<voteratio command="Ban" ratio="-1"/>
<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", ... -->
</callvote_ratios>
Si qq1 peut m'aider merci d'avance