홀리에로우 콜드빔 등등 공격을 안하는데 어떻게 해야할까형들 좀 도와줘
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+157 | 10-20 | 22633 | |
| 61879 | 13:23 | 9 | ||
| 61878 | 09:52 | 36 | ||
| 61877 | 03:23 | 76 | ||
| 61876 | 02-27 | 207 | ||
| 61875 | 02-27 | 287 | ||
| 61874 | 02-26 | 461 | ||
| 61873 | 02-25 | 452 | ||
| 61872 | 02-25 | 672 | ||
| 61871 | 02-25 | 521 | ||
| 61870 | 02-25 | 567 | ||
| 61869 | 02-24 | 806 | ||
| 61868 | 02-24 | 667 | ||
| 61867 | 02-24 | 791 | ||
| 61866 | 02-24 | 680 | ||
| 61865 | 02-24 | 767 | ||
| 61864 | 02-23 | 749 | ||
| 61863 | 02-23 | 712 | ||
| 61862 | 02-23 | 749 | ||
| 61861 | 02-22 | 938 |
댓글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