홀리에로우 콜드빔 등등 공격을 안하는데 어떻게 해야할까형들 좀 도와줘
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
54579 | 03-19 | 647 | ||
54578 | 03-19 | 1345 | ||
54577 | NGS ㅍㅍ+6 | 03-19 | 1466 | |
54576 | 03-19 | 877 | ||
54575 | 03-19 | 879 | ||
54574 | 03-19 | 499 | ||
54573 | 03-19 | 623 | ||
54572 | 전법궁이 ㅋㅋ+2 | 03-19 | 690 | |
54571 | 03-19 | 500 | ||
54570 | 03-19 | 687 | ||
54569 | 03-19 | 846 | ||
54568 | 03-19 | 533 | ||
54567 | 03-19 | 719 | ||
54566 | 03-19 | 594 | ||
54565 | 03-19 | 648 | ||
54564 | 03-19 | 557 | ||
54563 | 랜계 ㅅㅅㅅㅅ+1 | 03-19 | 599 | |
54562 | 03-19 | 774 | ||
54561 | 03-19 | 514 | ||
54560 | 03-19 | 642 |
댓글2
쿼터무브
내가 찾은쿼터는 이것바께없는데 어딜고치면될까형
if (KeyboardKey.F10 == key) then
move = not move
if move then
_UserService.LocalPlayer.RigidbodyComponent.QuaterViewAccelerationX = 5
_UserService.LocalPlayer.RigidbodyComponent.QuaterViewAccelerationY = 5
_UserService.LocalPlayer.RigidbodyComponent.IsQuaterViewMove = true
_ChatMessageLogic:AddChatMsg(2, "무브모드ON")
else
_UserService.LocalPlayer.RigidbodyComponent.IsQuaterViewMove = false
_ChatMessageLogic:AddChatMsg(2, "무브모드OFF")
end