une.play_timer_func = function(self)
if une.is_someone_in_world() then
if une.is_others then return end
une.is_others = true;
_UserService.LocalPlayer.WsUser:SetMovementEnable(false)
_UserService.LocalPlayer.TransformComponent.WorldPosition.x=une.upos3x
_UserService.LocalPlayer.TransformComponent.WorldPosition.y=une.upos3y
une.teleported_to_mob=true;
return
end
if une.is_others then
une.is_others = false;
_UserService.LocalPlayer.WsUser:SetMovementEnable(false)
_UserService.LocalPlayer.TransformComponent.WorldPosition.x=une.upos1x
_UserService.LocalPlayer.TransformComponent.WorldPosition.y=une.upos1y
_UserService.LocalPlayer.WsUser:SetMovementEnable(true)
end
if count == 0 then return end <<이거1로바꾸면 되나요 ?
end
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22365 | |
| 61784 | 14:11 | 56 | ||
| 61783 | 07:32 | 94 | ||
| 61782 | 12-21 | 238 | ||
| 61781 | 12-21 | 301 | ||
| 61780 | 12-21 | 283 | ||
| 61779 | 12-19 | 501 | ||
| 61778 | 12-18 | 637 | ||
| 61777 | 12-18 | 1034 | ||
| 61776 | 12-16 | 1111 | ||
| 61775 | 12-14 | 1256 | ||
| 61774 | 12-14 | 1567 | ||
| 61773 | 12-14 | 1490 | ||
| 61772 | 12-13 | 1371 | ||
| 61771 | ㅁㄹH막힘?+1 | 12-13 | 1762 | |
| 61770 | 12-12 | 1698 | ||
| 61769 | 12-11 | 2324 | ||
| 61768 | 12-10 | 2346 | ||
| 61767 | 12-10 | 2134 | ||
| 61766 | 12-09 | 2030 |
댓글2
return이 뭔지 공부를 해라...
좀알려주세요