홀리에로우 콜드빔 등등 공격을 안하는데 어떻게 해야할까형들 좀 도와줘
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
54605 | 03-19 | 380 | ||
54604 | 03-19 | 309 | ||
54603 | 03-19 | 382 | ||
54602 | 03-19 | 451 | ||
54601 | 03-19 | 310 | ||
54600 | 03-19 | 501 | ||
54599 | 03-19 | 497 | ||
54598 | 03-19 | 939 | ||
54597 | NGS ㅍㅍ+6 | 03-19 | 1157 | |
54596 | 03-19 | 656 | ||
54595 | 03-19 | 435 | ||
54594 | 03-19 | 352 | ||
54593 | 03-19 | 464 | ||
54592 | 전법궁이 ㅋㅋ+2 | 03-19 | 532 | |
54591 | 03-19 | 342 | ||
54590 | 03-19 | 494 | ||
54589 | 03-19 | 580 | ||
54588 | 03-19 | 377 | ||
54587 | 전법궁아 ㅠㅠ+7 | 03-19 | 547 | |
54586 | 03-19 | 442 |
댓글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