i'd like to leave here a request too

it's fine for me as it is, but some users prefer to have the panel hidden. in Dedimania we have a button to close/open. is it possible to add it to your plugin also?
tks!
utal
still the same as in 98.lb whitch means :utal wrote:hello!
just a small question
how are the ranks calculated?
tks
utal
hmm there is also missing the display of the trackname...do you remember which track that was, can you reproduce it ?xis101 wrote:I think, I found a small bug. The position of the one in front of me is one to high (at "close to you records"). In my example it should be 10. instead of 9., I think.
Running with FAST3.2.0w
its in the locale.localdbf.xx.xml.txtpa6fou wrote:hi MCM,
I would like to customize 2 things:
1st: in the chat i'd rather display the server name instead of " local> "
2nd: instead of " local records " in the main records pannel, I'd like to display "server_name records"
just tell me wich lines i have to modify in witch files.
many thanks
Code: Select all
<!-- The labels -->
<localdbf.mainlabel>Local Records</localdbf.mainlabel>
<!-- Chat outputs -->
<localdbf.record.top_prefix>$z$i$s$ccc$nLocal $cc0> $fff$z</localdbf.record.top_prefix>
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<fast>
<locale>
<en>
<!-- The labels -->
<localdbf.mainlabel>Your Text for the hud part in english</localdbf.mainlabel>
<!-- Chat outputs -->
<localdbf.record.top_prefix>$z$i$s$ccc$nYour chat prefix for records $cc0> $fff$z</localdbf.record.top_prefix>
</en>
<de>
<!-- The labels -->
<localdbf.mainlabel>Deine Überschrift für die Anzeige</localdbf.mainlabel>
<!-- Chat outputs -->
<localdbf.record.top_prefix>$z$i$s$ccc$nDeine Anzeige für den Chat $cc0> $fff$z</localdbf.record.top_prefix>
</de>
</locale>
</fast>