Valaki letudná írni ,hogy a minimap alatt írja ,hogy
pl :
2015.10.8 21:00
Nem VZ-t használok , hanem GF klienst
szerintem ezt keresed:
http://metin2hungary.net/index.php/topic,128480.msg711992.html#msg711992
Szerintem ez picit jobb leírás:
http://metin2hungary.net/index.php/topic,59373.msg868324.html#msg868324
Ha dátumot is szeretnéd, akkor ezt:
self.positionInfo.SetText(time.strftime("[%H:%M:%S]"))
átírod erre:
self.positionInfo.SetText(time.strftime("[%Y.%m.%d. %H:%M]"))
[spoiler]2. módszer esetén amikor a positioninfo is kell, akkor értelemszerűen ezt:
self.timeInfo.SetText(time.strftime("[%H:%M:%S]"))
erre:
self.timeInfo.SetText(time.strftime("[%Y.%m.%d. %H:%M]"))
[/spoiler]
Ha Disco-s leírást rakod be akkor ott is megkeresed ezt a részt: ("[%H:%M:%S]") majd csere erre:
("[%Y.%m.%d. %H:%M]")
Köszönöm