Jump to content

Fluke

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Fluke

  1. Thank you Speed. This now working correctly.
  2. Hello All local Alarm = LoGetMCPState() for k,v in (Alarm) do if k=="MasterWarning" then if v==true then io.Write("MasterWarning") end end end I used this code but every time give error message: Lua::Config::call error LuaExportAfterNextFrame:./Config/Export/Export.lua:56: attempt to call a table value Line 56 is a FOR loop
×
×
  • Create New...