Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --test
- local playerDetector = peripheral.wrap("top");
- local cords1 = {};
- local cords2 = {};
- cords1.x = -1057; cords1.y = 37; cords1.z = 1201;
- cords2.x = -1060; cords2.y = 38; cords2.z = 1198;
- while true do
- if playerDetector.isPlayersInCoords(cords1, cords2) then
- print("TRUE");
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment