전략게시판

전략게시판 [스튜디오]
스크립트04 - 모든 플레이어의 최대체력을 500으로 제한하는 방법
2019.12.18 04:16 조회 : 2141
Lv. 50익스트림트롤 RedSiren 작성자 게시물 더보기
function Game.Rule:OnUpdate(time)
if PPAP == nil then PPAP = {} end
for i=1, 24 do
PPAP[i] = Game.Player:Create(i)
if PPAP[i] ~= nil then
if PPAP[i].maxhealth > 500 then
PPAP[i].maxhealth = 500
end
end
end
end
추천 : 0
댓글을 남기시려면 로그인 해주세요
댓글 : 1
  • PPAP? Lv. 360므흣한걸 2019.12.20