Jump to content

GatoGrande

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by GatoGrande

  1. Use this: if ( tostring ( permission):lower() == "none" ) then
  2. Try one of these: https://community.multitheftauto.com/ind ... ls&id=9963 https://community.multitheftauto.com/ind ... ils&id=614
  3. Not sure what you mean. You could do what Solidsnake14 said if that's what you mean, or from my understanding use a string as the key. Example: my_table = { ['index 1'] = "Value", ['Another Index'] = "Value 2" } -- You could use my_table["index 1"] to get "Value"
×
×
  • Create New...