Jump to content

ixjf

Members
  • Posts

    647
  • Joined

  • Last visited

Everything posted by ixjf

  1. ixjf

    function

    You aren't passing any other argument to the function, but you're trying to concatenate a list of variables (which don't exist). Delete line 2 and ", ..." from the parameters list of the function.
  2. The 'break' keyword is useless in this case, 'return' keyword already stops the function.
  3. You can simplify this: if (m == true) then rgeschlecht = "Mann" else rgeschlecht = "Frau" end To: rgeschlecht = m and "Mann" or "Frau"
  4. ixjf

    Community Rules

    It's still the same.
  5. 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..).
  6. ixjf

    Community Rules

    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?
  7. This is not a compiler, this is just a graphical interface to the official Lua console compiler.
  8. ixjf

    Login music

    Why would one use destroyElement instead of stopSound?
  9. ixjf

    Community Rules

    How is if the user simply creates another account? That should be another thing you may want to think about.
  10. 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
  11. That isn't going to protect anything.
  12. É? Me mostre quantos você encontrou com vírus (sem contar com o crack, que é contado como um vírus).
  13. 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.
  14. 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.
  15. Em que é que comprando o Grand Theft Auto SA original ajuda na segurança?
  16. 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.
  17. ixjf

    Help please

    Best you want to do is optimize your code.
  18. That's too basic stuff and can be made in less than a minute.
  19. 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.
  20. 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).
  21. ixjf

    physics

    Yes, you can change the handling with Multi Theft Auto (if that's what you meant).
×
×
  • Create New...