Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. case 7071:
  2. {
  3. if(response)
  4. {
  5. new kol = GetPVarInt(playerid,"NextTab");
  6. new str[90];
  7. format(str,sizeof(str),"SELECT * FROM `house` WHERE `hOwned` = '0' AND `hKlass` = '0' ORDER BY `hID` LIMIT %d,%d", kol,kol+101);
  8. kol++;
  9. switch(listitem)
  10. {
  11. case kol: mysql_function_query(connects, str, true, "FreeHousen", "dd",playerid,kol+99);
  12. default: return print("Код ошибки 001");
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement