맵밖숨 스크립트 공유좀요
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 48391 | 03-02 | 340 | ||
| 48390 | 03-02 | 366 | ||
| 48389 | 03-02 | 984 | ||
| 48388 | 03-02 | 720 | ||
| 48387 | 03-02 | 901 | ||
| 48386 | 03-02 | 350 | ||
| 48385 | 03-02 | 394 | ||
| 48384 | 03-02 | 385 | ||
| 48383 | 03-02 | 1135 | ||
| 48382 | 03-02 | 383 | ||
| 48381 | 03-02 | 592 | ||
| 48380 | 03-02 | 660 | ||
| 48379 | 03-02 | 433 | ||
| 48378 | 03-02 | 374 | ||
| 48377 | 03-02 | 452 | ||
| 48376 | 03-02 | 385 | ||
| 48375 | 보X계정+6 | 03-02 | 680 | |
| 48374 | 03-02 | 392 | ||
| 48373 | 03-02 | 797 | ||
| 48372 | 03-02 | 921 |
댓글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
걍 거리계산 공식 아니냐 ㅋㅋ
어디에 넣어야하조..형님..