Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Exmax

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by Exmax

  1. I'm using uuid And I've changed i to _ to save some memory. I'm using _ as nil.
  2. This returns me with error "attempt to call a table value" :/
  3. I don't really know how to work with it, when I want for each line and each thing in it separated variable. To explain it more, when i use this function it returns my with something like this range 3.7132311 name Player locked false uuid dsadadasda-dasdaxas-dasdsxasa-dasdsaxsa data somedata I want to get somehow, that variable name will return me string "Player"
  4. Hello, for a few last days now, I've been having hard times with lua. I'm using OpenSecurity addon, but this problem I'm having more with lua. When I use Entity Detector it returns me table with info about entities around it. I can print those with function for k, v in pairs(output[1]) do print(k, v) end but I don't know how to make from this table unique variable strings, so I could have checked if the entity is me or not. I know that it will probably be some easy function, but I can't find it anywhere on the internet. I'm almost beginner in Lua, so please don't kill me Thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.