홀리에로우 콜드빔 등등 공격을 안하는데 어떻게 해야할까형들 좀 도와줘
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+145 | 10-20 | 19934 | |
59918 | 09:31 | 15 | ||
59917 | 07:57 | 70 | ||
59916 | 06:34 | 54 | ||
59915 | 03:35 | 173 | ||
59914 | 02:45 | 115 | ||
59913 | 01:12 | 88 | ||
59912 | 00:35 | 249 | ||
59911 | 00:12 | 207 | ||
59910 | 05-17 | 107 | ||
59909 | 05-17 | 160 | ||
59908 | 05-17 | 140 | ||
59907 | 05-17 | 114 | ||
59906 | 05-17 | 110 | ||
59905 | 05-17 | 123 | ||
59904 | 05-17 | 109 | ||
59903 | 05-17 | 301 | ||
59902 | 05-17 | 141 | ||
59901 | 05-17 | 145 | ||
59900 | 05-17 | 136 |
댓글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