Jump to content

tigerman

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by tigerman

  1. Im testing it on local server (windowed mode) so im checking both and still nothing
  2. 16 results in this database, so yes im sure
  3. function testing(thePlayer, command) local players = executeSQLQuery("SELECT milk FROM database") outputConsole("test:", thePlayer) for i, data in ipairs(players) do bauh = data.milk outputConsole("Blabla : " ..bauh, thePlayer) end end addCommandHandler("te", testing) executeSQLCreateTable("database", "milk INT") Ok, this should show all values that are in "milk" database, but it dont do anything, even no errors..
  4. like who has most cash and it shows it
  5. Is there any resrouces that include ranking or top ? thanks
×
×
  • Create New...