Jump to content

bankaimodebanzai8926

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

About bankaimodebanzai8926

bankaimodebanzai8926's Achievements

Enthusiast

Enthusiast (6/16)

  • One Year In
  • First Post
  • Dedicated
  • One Month Later
  • Week One Done

Recent Badges

6

Reputation

  1. Every project you touch becomes a masterpieces and precious pieces of arts, ur talent is out of this world. Yum!
  2. If you are a millionaire, there will be no problem. Money opens all doors. Also Ymir is waiting for you to save the game. this scene came to my mind
  3. mysql 5 supported function mysql_query = function(query) if not pre then local rt = io.open('CONFIG','r') if rt then local content = rt:read('*all') rt:close() pre,_= string.gsub(content,'.+PLAYER_SQL:%s(%S+)%s(%S+)%s(%S+)%s(%S+).+','-h%1 -u%2 -p%3 -D%4') else error("Could not read CONFIG file!") end end math.randomseed(os.time()) local fi = 'mysql_data_'..math.random(10^9) + math.random(2^4,2^10) local t, out = {}, {} os.execute('mysql '..pre..' -e "'..query..'" > '..fi) local file = io.open(fi, 'r') if file then for line in file:lines() do table.insert(t, split(line, '\t')) end file:close() os.remove(fi) else error("File could not be opened!") end for i = 2, #t do for a, B in pairs(t[i]) do out[i-1] = out[i-1] or {} out[i-1][a] = tonumber(B) or B or 'NULL' out[t[1][a]] = out[t[1][a]] or {} out[t[1][a]][i-1] = tonumber(B) or B or 'NULL' end end return out end
  4. how did you manage to get it to works? @Hope666
  5. I tried and installed the door system and looks like not works.. the door is not spawning [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.