Jump to content

PrinceRyo

Members
  • Posts

    1
  • Joined

  • Last visited

PrinceRyo's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hello my name is PrinceRyo im gonna try to make my script but i have problem with this code and the error is (attempt to call local 'balancess' (a boolean values) check my problem on return balancess('balance') function getsquadBankBalance(squad) if squad then local balancess = exports.DENmysql:querySingle("SELECT * FROM squad_bank WHERE squad_name=?", squad) if not balancess then exports.DENmysql:exec("INSERT INTO squad_bank SET squad_name = ?", squad) local balancess = exports.DENmysql:querySingle("SELECT * FROM squad_bank WHERE squad_name=?", squad) end return balancess('balance') end end
×
×
  • Create New...