맵밖숨 스크립트 공유좀요
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 48619 | 03-03 | 474 | ||
| 48618 | 03-03 | 480 | ||
| 48617 | 03-03 | 502 | ||
| 48616 | 03-03 | 866 | ||
| 48615 | 03-03 | 747 | ||
| 48614 | 03-03 | 572 | ||
| 48613 | 03-03 | 985 | ||
| 48612 | 03-03 | 430 | ||
| 48611 | 03-03 | 526 | ||
| 48610 | 03-03 | 450 | ||
| 48609 | 03-03 | 1269 | ||
| 48608 | 03-03 | 445 | ||
| 48607 | 03-03 | 510 | ||
| 48606 | 03-03 | 440 | ||
| 48605 | 03-03 | 444 | ||
| 48604 | 03-03 | 1016 | ||
| 48603 | 03-03 | 1139 | ||
| 48602 | 03-03 | 600 | ||
| 48601 | 03-03 | 472 | ||
| 48600 | 03-03 | 441 |
댓글4
저두용
이거 아무데나 넣어서 써
zz_y7.Breathing.outside.map = function(self)
local function calculateDistance(pos1, pos2)
local dx = pos1.x - pos2.x
local dy = pos1.y - pos2.y
local dz = pos1.z - pos2.z
return math.sqrt(dx*dx + dy*dy + dz*dz)
end
걍 거리계산 공식 아니냐 ㅋㅋ
어디에 넣어야하조..형님..