홀리에로우 콜드빔 등등 공격을 안하는데 어떻게 해야할까형들 좀 도와줘
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 54588 | 03-19 | 1122 | ||
| 54587 | 03-19 | 895 | ||
| 54586 | 지금 맵벤있는거같은데?+10 | 03-19 | 1188 | |
| 54585 | 03-19 | 658 | ||
| 54584 | 03-19 | 697 | ||
| 54583 | 03-19 | 956 | ||
| 54582 | 벤웹욌음?+3 | 03-19 | 912 | |
| 54581 | 03-19 | 660 | ||
| 54580 | 03-19 | 654 | ||
| 54579 | 03-19 | 648 | ||
| 54578 | 03-19 | 675 | ||
| 54577 | 03-19 | 1208 | ||
| 54576 | 03-19 | 785 | ||
| 54575 | 03-19 | 884 | ||
| 54574 | 03-19 | 620 | ||
| 54573 | 03-19 | 727 | ||
| 54572 | 03-19 | 781 | ||
| 54571 | 03-19 | 649 | ||
| 54570 | 03-19 | 832 | ||
| 54569 | 03-19 | 826 |
댓글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