Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. setTimer - Take a look at the syntax, and your timer's function arguments.
  2. And why do we need the full code? I already told you the problem, just fix it.
  3. You didn't pass any argument to the timer's function.
  4. http://www.livesets.at/tag/umf-2013-miami/ Hardwell FTW
  5. Anderl

    Online GUI-Editor

    I was about to tell you about that ugly design, but seems like you're not working on it yet.
  6. Render the video in 1080p, or at least in 720p.
  7. That website isn't very trusteable (the information), it doesn't give totally true info. For example, it says that my router's default gateway address is 192.168.2.1 but in the picture it shows 192.168.1.1 (it's 192.168.2.1) and it says the default password is blank, which is wrong.
  8. Ele sempre resolve o problema, crie um tópico.
  9. I doubt anyone's gonna do that for you, especially when it's copying a server (I doubt these guys who call themselves scripters can even do it?).
  10. Oh my god.. I'm not asking for the code, I'm asking you how do you execute the command "garage".
  11. I asked how you execute the command, not the code.
  12. How do you execute the command?
  13. Anderl

    Hud_Messages

    The first argument in the function should be a string but you didn't use the quotation marks (you wrote Vehicle locked. but it should be "Vehicle locked.").
  14. I would not use tables for such data, and the code should work (perhaps you're using ACL groups but you have another kind of administration system?). I also recommend you doing an assignment instead of using the table.insert function, it's faster: if ( garage and nmieter ) then mieter[ garage ] = tostring ( nmieter ); end
  15. Anderl

    Hud_Messages

    exports.hud_messages:showBox(Vehicle unlocked.,thePlayer, 0, 255, 0, 200) exports.hud_messages:showBox(Vehicle locked.,thePlayer, 255, 0, 0, 200) http://lua-users.org/wiki/StringsTutorial
  16. I think the first would be the fastest. If you do it the second way, you have to keep updating the table. Also, if you want to check lots of players, I would recommend just getting a list of players eligible for the thing you want (if applicable).
  17. Seriously, did you realize this is a year and 2 months old thread? Obviously, it's outdated already.
  18. A host (server) is actually a computer too, you should say 'home computer' and 'server'.
  19. Vá a esta secção e peça ajuda, Towncivilian tem mais experiência (não se esqueça de falar em Inglês, Português é só nesta secção onde estamos).
  20. Your question would probably make more sense if it was "Which software do you recommend me for Lua scripting?".
  21. I'm not sure but I remember seeing something.. Let me search.. Nevermind, I was confusing.
×
×
  • Create New...