Starting with no guns?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
If you're doing a gametype you have to modify AddDefaultInventory() so players don't get any weapon.
If you want to make a mutator use ModifyPlayer() to remove all weapons the player has. Note that the Translocator is added after ModifyPlayer() has been called.