Jump to content

kippe22

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About kippe22

Informations

  • Gender
    Male

Recent Profile Visitors

281 profile views

kippe22's Achievements

Newbie

Newbie (1/16)

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

Recent Badges

0

Reputation

  1. My failure. p = game.mysql_query("SELECT login, social_id FROM account.account") With this query I still get no further output.by result[row][column number]
  2. Test with this: result.row[column number] Hi .Devil., thank you for trying to help. But you can`t compile that syntax and with "result[row][column number] you won´t get any output.
  3. Hi ATAG, your syntax gave an output even I ask for one result. But what should I do, when the result is bigger than one row? I try different syntax but no one print an output. Many thanks for your help
  4. HI I've a problem with the game.mysql_query function. I hope somebody can give the right syntax. This is my testquest: quest bla begin state start begin when 9003.chat."TEST" begin local p = game.mysql_query("select 'login', 'social_id' from account.account where 'id' = '"..pc.get_account_id()"'") if not p then return chat "FAILED" end say("Dein Login: "..p[1][1]) say("Dein Code: "..p[1][2]) end end end The string is correct but I don't receive any output. As far as I know the right syntax for query tables is result[row][column number]
×
×
  • 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.