Advertisement
RogerGomesCosta

Untitled

Jul 19th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. // SQLite tabela Users
  2.                             format(szString, sizeof szString, "SELECT * FROM Users WHERE Nick = '%s' AND Password = '%s'", GetPlayerName(playerid), EnPassword);
  3.                             ResultQuery = db_query(DataBase, szString);
  4.                             if(db_num_rows(ResultQuery)) // Se existe o nickname e a Senha conferir...
  5.                             {
  6.                                         new szPos[16];
  7.                                         PlayerInfo[playerid][pSkin] = SQLiteGetResultIntAssoc(ResultQuery, "Skin");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement