전략게시판

전략게시판 [스튜디오]
모든 플레이어 클래스 통일, 채팅창 가리기
2020.05.19 10:39 조회 : 2180
Lv. 69익스트림버니합 CosyClimbing 작성자 게시물 더보기
game.lua <<<<<<<<<


Game.Rule.respawnable = false
Game.Rule.enemyfire = true
Game.Rule.friendlyfire = true

function Game.Rule:OnPlayerJoiningSpawn(player)
player.model = Game.MODEL.GIGN
end


--------------------------------------------------------------------------------------------------


ui.lua <<<<<<<<<<<


screen = UI.ScreenSize()
center = {x=screen.width/2, y=screen.height/2}

BlindChatBoard = UI.Box.Create()
BlindChatBoard:Set({x=center.x/100, y=screen.height-center.y/7, width=screen.width/5*2, height=-80, r=0,g=0,b=0})
추천 : 1
댓글을 남기시려면 로그인 해주세요
댓글 : 1
  • 오오우 감사함다 Lv. 465아존느덥다 2020.06.01