ixjf
Members-
Posts
647 -
Joined
-
Last visited
Everything posted by ixjf
-
The 'break' keyword is useless in this case, 'return' keyword already stops the function.
-
You can simplify this: if (m == true) then rgeschlecht = "Mann" else rgeschlecht = "Frau" end To: rgeschlecht = m and "Mann" or "Frau"
-
Fixing his code without explaining what the error means and what is its cause doesn't help him at all (I don't know if you did, just saying..).
-
Then Previous Step will Repeat. That's not a very good solution. Sure, the user will at some point stop trying but what will the community moderators do until then? They will waste their time banning every single suspected account?
-
[REL] Unix' LUA Compiler (Can compile multiple files)
ixjf replied to Syntex's topic in Open Source Contributors
This is not a compiler, this is just a graphical interface to the official Lua console compiler. -
Why would one use destroyElement instead of stopSound?
-
How is if the user simply creates another account? That should be another thing you may want to think about.
-
Qual a segurança que eu tenhu apartir que eu instalo o Mta?
ixjf replied to hernanistn's topic in Portuguese / Português
bom o gta que eu baixei tinha um trojan (não era crackeado nem nada). como disseram o mta é um jogo bem seguro. mesmo assim é bom ter cuidado em qual server voce joga Provavelmente até tinha crack, ou qualquer coisa relacionado com isso ou até um keygen/programa de engenharia reversa.. Não estou dizendo que não possa existir nenhum com algum vírus "verdadeiro", só que eu já testei muitos e nunca encontrei qualquer vírus em qualquer jogo.. Mas eu também sempre tive sorte com os ficheiros que baixo -
That isn't going to protect anything.
-
Qual a segurança que eu tenhu apartir que eu instalo o Mta?
ixjf replied to hernanistn's topic in Portuguese / Português
É? Me mostre quantos você encontrou com vírus (sem contar com o crack, que é contado como um vírus). -
Both softwares you mentioned use the official Lua compiler. You can try to make your code harder to decompile, but it is still decompilable and there's no compiler that will protect your code 100%. Search about the 'Meta.xml' on the wiki and you'll find a good way to protect your files. What about the code?, is it good enough to protect my lua files? That may crash the official Lua compiler, but doesn't mean it is impossible to decompile.
-
Both softwares you mentioned use the official Lua compiler. You can try to make your code harder to decompile, but it is still decompilable and there's no compiler that will protect your code 100%. Search about the 'Meta.xml' on the wiki and you'll find a good way to protect your files.
-
Qual a segurança que eu tenhu apartir que eu instalo o Mta?
ixjf replied to hernanistn's topic in Portuguese / Português
Em que é que comprando o Grand Theft Auto SA original ajuda na segurança? -
32-bit operating systems don't support more than (rounded)3GB of memory. So, unless you are expecting to use more than that, you're okay.
-
Best you want to do is optimize your code.
-
That's too basic stuff and can be made in less than a minute.
-
How is it useful? useful means player do the function and put it in the wiki https://wiki.multitheftauto.com/wiki/DxDrawColorText see down https://wiki.multitheftauto.com/wiki/Useful_Functions That makes no sense, and has nothing to do with what I asked.
-
If you're not familiar with Linux, Windows would be better (but it isn't even hard to use Linux by terminal, and you can always install a graphical interface, but this will take more space on the disk and will also use more RAM). I always use Linux in servers (I prefer Debian but CentOS isn't very different).
-
Yes, you can change the handling with Multi Theft Auto (if that's what you meant).
