Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. format(string, sizeof(string), "SELECT COUNT(*) FROM users WHERE User='%s' AND Password =MD5('%s') LIMIT 1", PlayerName(playerid), text);
  2. new escape[140];
  3. mysql_real_escape_string(text,escape);
  4. new Password = mysql_fetch_int();
  5.  
  6.  
  7. if(!strcmp(MD5_Hash(buffer),Password, true))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement