Advertisement
InsigneXd

Csak hogy ne kelljen szenvedni vele senkinek.

Jul 8th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. local waters = {
  2. {2800, -3000, 0, 3000, -3000, 0, 2800, 3000, 0, 3000, 3000, 0},
  3. {-3000, 2900, 0, 2900, 2900, 0, -3000, 3000, 0, 2900, 3000, 0},
  4. {-3000, -3000, 0, -1300, -3000, 0, -3000, 2900, 0, -1300, 2900, 0},
  5. {-1300, -3000, 0, 0, -3000, 0, -1300, 2030, 0, 0, 2030, 0},
  6. {0, -3000, 0, 2800, -3000, 0, 0, 700, 0, 2800, 700, 0},
  7. {-1400, 2030, 40, -832, 2030, 40, -1400, 2900, 40, -832, 2900, 40},
  8. {-832, 2060, 40, -600, 2060, 40, -832, 2350, 40, -600, 2350, 40},
  9. {-600, 2060, 40, -400, 2060, 40, -600, 2250, 40, -400, 2250, 40},
  10. {-600, 2250, 40, -500, 2250, 40, -600, 2350, 40, -500, 2350, 40},
  11. {-550, 2000, 40, -500, 2000, 40, -550, 2060, 40, -500, 2060, 40},
  12. {-600, 2030, 40, -550, 2030, 40, -600, 2060, 40, -550, 2060, 40},
  13. {2050, 1870, 9.6, 2107, 1870, 9.6, 2050, 1962, 9.6, 2107, 1962, 9.6},
  14. {1850, 1470, 9, 2032, 1470, 9, 1850, 1570, 9, 2032, 1570, 9},
  15. {1890, 1570, 9, 2032, 1570, 9, 1890, 1700, 9, 2032, 1700, 9},
  16. {2105, 1220, 9, 2200, 1220, 9, 2105, 1333, 9, 2200, 1333, 9},
  17. {2105, 1100, 8.5, 2200, 1100, 8.5, 2105, 1175, 8.5, 2200, 1175, 8.5},
  18. {2120, 1050, 8.5, 2150, 1050, 8.5, 2120, 1100, 8.5, 2150, 1100, 8.5},
  19. {542, 2800, 0, 793, 2800, 0, 542, 2900, 0, 793, 2900, 0},
  20. {1750, 2770, 9, 1800, 2770, 9, 1750, 2850, 9, 1800, 2850, 9},
  21. {2510, 1550, 9.25, 2550, 1550, 9.25, 2510, 1600, 9.25, 2550, 1600, 9.25},
  22. }
  23.  
  24. addEventHandler("onClientResourceStart", resourceRoot,
  25. function ()
  26. setWaterLevel(-3000)
  27.  
  28. for i = 1, #waters do
  29. createWater(waters[i][1], waters[i][2], waters[i][3], waters[i][4], waters[i][5], waters[i][6], waters[i][7], waters[i][8], waters[i][9], waters[i][10], waters[i][11], waters[i][12])
  30. end
  31. end
  32. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement