Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 16/12/22 in all areas

  1. local skinID = exports.fs_sql:_QuerySingle("select * from users where pSkin = ? and username = ?", SkinTable, username) or local skinID = exports.fs_sql:_QuerySingle("select * from users where username = ? and pSkin = ?", username, SkinTable) or more simple local check = exports.fs_sql:_QuerySingle("select * from users where username = ? ", username) if check then local checkPass = check.password if (checkPass == password) then local pSkin = check.pSkin ... simple
    1 point
  2. Send me a private message so I can help you.
    1 point
  3. Unbanned September 6, apologies from the team
    1 point
×
×
  • Create New...