홀리에로우 콜드빔 등등 공격을 안하는데 어떻게 해야할까형들 좀 도와줘
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
공지 | 게시판 이용 안내+151 | 10-20 | 20745 | |
60726 | 14:43 | 14 | ||
60725 | 13:21 | 26 | ||
60724 | 12:57 | 31 | ||
60723 | 12:55 | 46 | ||
60722 | 11:35 | 72 | ||
60721 | 11:15 | 75 | ||
60720 | 03:57 | 132 | ||
60719 | 02:26 | 133 | ||
60718 | 07-05 | 212 | ||
60717 | 07-05 | 143 | ||
60716 | 07-05 | 203 | ||
60715 | 07-05 | 168 | ||
60714 | 07-05 | 174 | ||
60713 | 07-05 | 152 | ||
60712 | 07-05 | 172 | ||
60711 | 07-05 | 161 | ||
60710 | 07-05 | 236 | ||
60709 | 07-05 | 175 | ||
60708 | 07-05 | 235 |
댓글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