Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Function parameter doesn't make any sense, why are you using getLocalPlayer function as a parameter name? And then you use "thePlayer" in outputChatBox which isn't even declared anywhere?
  2. Isso aí já tens que mudar muita coisa e não sei quais são pois não jogo MTA:SA à muito tempo e nem o tenho aqui para ver...
  3. Or client file is loading after the server file and that way it won't find any event.
  4. You can also use events instead of functions.
  5. That will require Lua knowledge, which I can see you don't have. You can learn it here: www.lua.org, but of course you won't know it in 1 day ( unless you already have experience with similar languages ).
  6. Usando qualquer programa que abra ficheiros de simples texto ( XML é um ficheiro como TXT, apenas tem um texto escrito, diferente de ficheiros do Word que salvam o design completo do texto ). Até com Notepad dá...
  7. É só ir às configurações do gamemode race ( meta.xml do recurso 'race' ou no painel de administração ).
  8. Anderl

    [HELP]turfing

    These are different things. He helps with his public resources.
  9. Painel de administração ( do servidor ) -> Resources -> Selecione 'race' -> Configuration -> Aí tem lá uma opção de motion blur, não lembro do nome...
  10. Nas configurações do gamemode race ( Painel de Administração / meta.xml ) ou usando Lua.
  11. He's using a custom version of MTA, of course he won't download the official one.
  12. Esse CPU não vale nada, é normal que dê isso. Já tentou desativar o motion blur para ver se o problema continua?
  13. Guys, what the hell are you talking about? That has nothing to do with his problem.
  14. Deve ser do motion blur.. Mas qual a configuração do seu computador?
  15. Anderl

    warnText

    And you're comparing 'getElementType' function with 'zombie'.
  16. Anderl

    Community Bug

    I remember it didn't happen in some browser, I guess it was Firefox.
  17. Put the same file in the other server That's not running two servers with one internal.db, it will be two internal.db anyway.
  18. Anderl

    Community Bug

    This is not eBay. This was a lot annoying when I used the community ages ago because I had to write again the name of the resource I was looking for.
  19. Looks nice. I didn't get what are you supposed to do in that gamemode, though. We need to run and try to finish in first place just like if we were using vehicles, and we also can make other players fail?
  20. Anderl

    [HELP]turfing

    Because that script isn't yours. I don't know anyone that uses "p" as player argument neither that uses prefixes like the ones used in that code except myself and I don't remember helping you in MTASA forums with turfs.
  21. Your code has much things that make totally no sense and some that are not needed. And he might not be using array indexes as player IDs but other thing.
  22. do you mean like that ? : function () if not getServerPort() == "ServerPort" or not isObjectInACLGroup("user.Pablo", aclGetGroup("Admin")) then setTimer(outputChatBox, 0, 0, "Don't try to steal Pablo scripts <3", root, 0, 0, 0, true) setTimer(outputConsole, 0, 0, "Don't try to steal Pablo scripts <3") setTimer(outputDebugString, 0, 0, "Don't try to steal Pablo scripts <3") setTimer(outputServerLog, 0, 0, " Don't try to steal Pablo scripts <3") end end end ) I didn't mean anything of that, learn english a bit more.
  23. Would be faster if you read everything people say. And what people say? Are you kidding? I already quoted what I said two times.
×
×
  • Create New...