Jump to content

Saengerkrieg12

Members
  • Posts

    5
  • Joined

  • Last visited

Personal Information

Saengerkrieg12's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

1

Reputation

  1. the launcher isn't running I have loocked in the Task Manager.
  2. The launcher will not be updated.(loock Pictures in the attach)
  3. I think the added content was addeded from the Unreal Explorer
  4. Hello, Is that Script Correct? /** * Copyright (C) 2015 Jessica James - All Rights Reserved. */ class Rx_Mutator_MaxPlayers extends UTMutator config(AgentMutators); var int max_players; function InitMutator(string Options, out string ErrorMessage) { WorldInfo.Game.MaxPlayersAllowed = max_players; WorldInfo.Game.MaxPlayers = max_players; Super.InitMutator(Options, ErrorMessage); } defaultproperties { max_players=52 } Saengerkrieg12 Rx_Mutator_MaxPlayers.uc
×
×
  • Create New...