맵밖숨 스크립트 공유좀요
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
47353 | 03-01 | 317 | ||
47352 | 03-01 | 404 | ||
47351 | 03-01 | 256 | ||
47350 | 03-01 | 302 | ||
47349 | 03-01 | 333 | ||
47348 | 37 클레 랜계+2 | 03-01 | 350 | |
47347 | 썬콜 vs 불독+2 | 03-01 | 410 | |
47346 | 03-01 | 651 | ||
47345 | 03-01 | 276 | ||
47344 | 03-01 | 274 | ||
47343 | 03-01 | 317 | ||
47342 | 03-01 | 307 | ||
47341 | 03-01 | 324 | ||
47340 | 로나 문의+2 | 03-01 | 346 | |
47339 | 03-01 | 692 | ||
47338 | 03-01 | 352 | ||
47337 | 몹텔쓸때+1 | 03-01 | 491 | |
47336 | 03-01 | 388 | ||
47335 | 03-01 | 656 | ||
47334 | 03-01 | 344 |
댓글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
걍 거리계산 공식 아니냐 ㅋㅋ
어디에 넣어야하조..형님..