Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if(czas[0] >= towary[x][i][towarDostepnoscStart])
  2. {
  3. if(czas[0] <= 24)
  4. {
  5. if(towary[x][i][towarDostepnoscEnd] < czas[0]) DEX++;
  6. }
  7. else if(czas[0] >= 0)
  8. {
  9. if(czas[0] <= towary[x][i][towarDostepnoscEnd]) DEX++;
  10. }
  11. }
  12. else if(czas[0] < towary[x][i][towarDostepnoscStart])
  13. {
  14. if(czas[0] <= towary[x][i][towarDostepnoscEnd]) DEX++;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement