맵밖숨 스크립트 공유좀요
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 48388 | 03-02 | 717 | ||
| 48387 | 03-02 | 898 | ||
| 48386 | 03-02 | 347 | ||
| 48385 | 03-02 | 392 | ||
| 48384 | 03-02 | 382 | ||
| 48383 | 03-02 | 1133 | ||
| 48382 | 03-02 | 381 | ||
| 48381 | 03-02 | 590 | ||
| 48380 | 03-02 | 656 | ||
| 48379 | 03-02 | 430 | ||
| 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 | ||
| 48371 | 03-02 | 579 | ||
| 48370 | 03-02 | 606 | ||
| 48369 | 03-02 | 494 |
댓글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
걍 거리계산 공식 아니냐 ㅋㅋ
어디에 넣어야하조..형님..