맵밖숨 스크립트 공유좀요
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 48378 | 03-02 | 367 | ||
| 48377 | 03-02 | 448 | ||
| 48376 | 03-02 | 377 | ||
| 48375 | 보X계정+6 | 03-02 | 676 | |
| 48374 | 03-02 | 388 | ||
| 48373 | 03-02 | 791 | ||
| 48372 | 03-02 | 916 | ||
| 48371 | 03-02 | 574 | ||
| 48370 | 03-02 | 603 | ||
| 48369 | 03-02 | 491 | ||
| 48368 | 03-02 | 361 | ||
| 48367 | 03-02 | 419 | ||
| 48366 | 03-02 | 522 | ||
| 48365 | 03-02 | 602 | ||
| 48364 | 03-02 | 899 | ||
| 48363 | 03-02 | 382 | ||
| 48362 | 03-02 | 479 | ||
| 48361 | 03-02 | 393 | ||
| 48360 | 03-02 | 918 | ||
| 48359 | 03-02 | 381 |
댓글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
걍 거리계산 공식 아니냐 ㅋㅋ
어디에 넣어야하조..형님..