This are the LanguageM_en and LanguageM_kr, but a bit edit it's from
1 1
up to
99999 99999
so you dont have to edit it anymore ;)
with this you will safe much time
Credits goes also to Silentius :P
This are the LanguageM_en and LanguageM_kr, but a bit edit it's from
1 1
up to
99999 99999
so you dont have to edit it anymore ;)
with this you will safe much time
Credits goes also to Silentius :P
#include <QtCore>
#include <QCoreApplication>
#include <QFile>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QFile f1("LanguageM_en.txt");
QFile f2("LanguageM_kr.txt");
f1.open(QIODevice::WriteOnly | QIODevice::Truncate);
f2.open(QIODevice::WriteOnly | QIODevice::Truncate);
QTextStream out1(&f1);
QTextStream out2(&f2);
for (int i = 1; i < 100000; i++)
{
out1 << i << "\t" << i << "\n";
out2 << i << "\t" << i << "\n";
}
f1.close();
f2.close();
}
:-)
tnx :rotflmao_
Dont use this languagemaps!!! Guild commands and more wont work anymore... Because important commands are stored here:
0900 /suicide
0901 /whisper
0902 /revivalplace
0903 /invite
0904 /expulsion
0905 /position
0906 /cancelguild
0907 /positionnamechange
0908 /informloginon
0909 /informloginoff
0910 /viewguildnote
0911 /surrender
0912 Leader
0913 SubLeader
0914 Director
0915 Chief
0916 OfficialMember
0917 TempMember
0918 /ally
guy, you might look up my language script, you can create the numbers per php, very easy. http://forum.ragezone.com/showthread...light=language
oh, i never saw your post^^
now we have 2 of them, anyways nice work ;)
Last edited by DarkfaceII; 07-06-08 at 11:36 AM.
Thanks man its great :D
lol people can add it by there self
so this is already a usefull release ;)
Ron he released it
who wants to use it he will use it and will take full responsibility
so nice release Dark
nice release thx ;)