Jump to content

ixjf

Members
  • Posts

    647
  • Joined

  • Last visited

Everything posted by ixjf

  1. We plan on having a working server browser in the next nightly, so hopefully things will get better. Yes, you can create scripts in Lua. There isn't a whole lot of functionality available yet however, and there isn't any documentation for it. That is certainly something we'll not forget about, but we're focusing on bug fixing and porting functionality added earlier for VC. The gamemodes are coded in SCM (along with a lot of other stuff) for the most part, and the client/server is hardcoded to support only these gamemodes. Unfortunately, since MTA 0.5 relies so much on SCM, there's no possibility of ever having similar capabilities as MTA:SA.
  2. http://gpuboss.com/gpus/Radeon-R7-240-vs-GeForce-GT-610 First thing I see - numbers based on random tests. Tests with programs that are actually ever used in real life? Nope. Random tests, random tests, and more random tests. Then we have "Reasons to consider X" and "Reasons to consider Y", which as I said, is comparing numbers from very different graphics cards with different architectures - therefore, totally invalid reasons to choose one over the other.
  3. GPUBoss is a terrible, terrible place to compare graphics cards. It only compares numbers, which could be influenced by a multitude of factors, most importantly the architecture. You'll want something like Anandtech instead, although I doubt it has benchmarks of such low-end cards.
  4. Windows 10 is only free for users with genuine licenses. If this is your case, you should have received an update about a month ago that would automatically install Windows 10 on demand. If it isn't, the best you can do, legally, is join the Insider Program, however you'll have to use preview builds (you can delay it, but eventually your build license will expire if you don't update).
  5. Clearly wrong. The values in the table are already of the type you're converting to. You use these functions when you have, for example, a variable of type number, and want to convert it to a string type, or vice versa.
  6. Só queria fazer um pequeno comentário aqui, porque "untracked/tracked files" é bastante falado em todo o documento, mas não falou em "unstaged/staged files". Ficheiros untracked não são sequer verificados pelo Git - quero dizer, o Git não verifica se foram modificados, são simplesmente ignorados (acontece, por exemplo, quando tem um ficheiro .gitignore com uma lista de padrões ou nomes de ficheiros que não quer que sejam adicionados aos commits), qualquer outro é. Ficheiros unstaged são ficheiros que não vão ser adicionados ao commit (mas podem muito bem ser tracked).
  7. All of them are horrible, especially for gaming. If you want a decent desktop, you'd better build one yourself.
  8. Exports are not for communication between the client and the server. They are a means of communication between resources, a way to expose an interface to its functionality. In fact, you can't even call client exports from the server. The only way, and the proper way, to do what you want is through remote events.
  9. Não é preciso falar em inglês, eu percebo português, aliás, é a minha língua materna.
  10. Já tinha respondido no IRC ao #RooTs que o problema aqui não é falta de moderadores mas sim vocês mesmos que não têm maturidade suficiente para ter uma conversa como gente civilizada. Se um faz mal, o outro ainda faz pior... Além disso, e se eu me lembro bem já foi dito aqui, não é o moderador que tem que ajudar, são vocês, mas aí volta tudo ao que já disse anteriormente. Nenhum de vocês tem capacidade para isso - nem ajudar nem moderar. A maior parte da equipa do MTASA não fala português e os que falam tenho a certeza que não estão minimamente interessados em entrar nesta discussão sem pés nem cabeça. Aprendam a comportar-se.
  11. Set the working directory of the process (the MTA server) to the correct path (the path where the server actually is): https://msdn.microsoft.com/en-us/librar ... y(v=vs.110).aspx
  12. Or you could avoid cancer code like that and simply not name your function "createPed".
  13. ixjf

    fileWrite limit?

    You're very likely to never hit the limit. If you ever really do, you're doing something very very wrong - that is assuming MTA doesn't catch it first (which it most definitely does).
  14. This is not standard, however. The favicon could be placed anywhere. This could only be used as a fallback option.
  15. http://magpcss.org/ceforum/apidocs3/projects/(default)/CefDOMDocument.html http://magpcss.org/ceforum/apidocs3/projects/(default)/CefDOMVisitor.html Of course, you can always just use JS to access the DOM and load the favicon yourself.
  16. Yet this could be easily implemented, there's no need for a specific API in CEF for that. You can just look up a link tag in the DOM with the rel attribute set to 'icon', which seems to be the standard (except for IE, because IE is special).
  17. That is wrong. If you need to close the database connection in the middle of the execution of the script, then you can use destroyElement. Otherwise, you can just let Lua's garbage collector close the database connection automatically when it is no longer referenced anywhere in your code (or, for example, when you stop the resource). In other languages, for example, C++, even though you don't have garbage collection, you have idioms like RAII (Resource Acquisition Is Initialization), which take care of that.
  18. You have to login and select the "New issues" project in the dropdown located at the top right corner of the page in order to be able to report issues.
  19. Yes, this section is for the old MTA 0.5 for VC/III. Bug reports for MTASA should be filled on http://bugs.mtasa.com
  20. What is it for? Are you sure you shouldn't be validating the input, rather than working around bad output?
  21. That's no proof at all. Anyone can upload some code to GitHub and say it is licensed under the GPLv3 license. Does that necessarily mean the code wasn't leaked? No.
  22. ixjf

    Quick connect

    'Quick connect' sets focus on the server browser's address bar, so that you can quickly type an address and join a specific server. The server browser is to... well, browse servers. Before MTA 1.1, 'Quick connect' used to open a small window instead where you could type an IP and port.
  23. No one is racist here - if they banned you, they had a good reason. It's called keeping the channels sane. It's the only place where it isn't yet infested by 10 year old kids talking about their new toys.
×
×
  • Create New...