Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local account = exports.mysql:_QuerySingle("SELECT * FROM users WHERE username = ? " ,username)
  2.  
  3. if (account == true ) then
  4. local checkPass = check.password
  5. if (checkPass == password) then
  6. logIn(player,getAccount(username),getAccount(password))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement