Jump to content

CnB

Members
  • Posts

    4
  • Joined

  • Last visited

CnB's Achievements

Vic

Vic (3/54)

0

Reputation

  1. CnB

    Stack Overflow

    Its from www.gtao.pl -.-
  2. CnB

    Stack Overflow

    Download please and fix it for me http://speedy.sh/NpzYr/login-panel
  3. CnB

    Stack Overflow

    It doesn't work. Show me how it should be Maybe I'm doing something wrong.
  4. CnB

    Stack Overflow

    ERROR: login_panel\c.lua:2: stack overflow function xmlFileHandler(gReturn) local xmlFile = xmlLoadFile ( xmlFileName ) if not xmlFile then xmlFile = xmlCreateFile( xmlFileName, "settings" ) xmlNodeSetAttribute ( xmlFile, "autologin", "false" ) end xmlNodeSetAttribute(xmlFile,"username",tostring(guiGetText(editUsername))) xmlNodeSetAttribute(xmlFile,"password",tostring(guiGetText(editPassword))) xmlSaveFile ( xmlFile ) xmlUnloadFile ( xmlFile ) if (gReturn) then if (gReturn == true) then loginPanel() else return end end end Please help
×
×
  • Create New...