localPlayer.WsUser.ExclusiveAction = true
if (Function == "PopUp") then
if (Environment:IsMobilePlatform()) then
_UtilDlgLogic:YesNo("대상의 인기도를 올리시겠습니까?", function()
_PlayerInfoLogic:GivePop(localPlayer, targetPlayer, 1)
end, nil)
else
_PlayerInfoLogic:GivePop(localPlayer, targetPlayer, 1)
end
else
if (Environment:IsMobilePlatform()) then
_UtilDlgLogic:YesNo("대상의 인기도를 내리시겠습니까?", function()
_PlayerInfoLogic:GivePop(localPlayer, targetPlayer, -1)
end, nil)
else
_PlayerInfoLogic:GivePop(localPlayer, targetPlayer, -1)
end
end
댓글4
ㅋㅋㅋㅋ
인증ㄱㄱㄱㄱ개웃기겟다
수치 바꾸면 적용됨???
형...누가 나한테 패드립박는데 그자식좀 내려주ㅓ ㅠㅠ