Skip to content

1.0.3

Choose a tag to compare

@SrLicht SrLicht released this 20 Nov 22:53
· 7 commits to main since this release
  • Removing SprintDisable in CustomArmor due a bug.

  • Fixed SpawnAllMethod

  • Fixed a bug with ChangeAppearance extension when sending a network packet to a non-ReadyClient connection caused all players to be kicked off the server.

  • Added extension method 'IsConnected(this Player)' It will check that the player is correctly connected to the server and if auth instance is ReadyClient.

  • MapLockers were created to make it easier to spawn items in them and know which FacilityZone/Room they are in.

  • Added 'LockerZone' in DynamicSpawnPoint to specify in which zone of the facility to search for a locker, if None a random one will be searched.

  • Now if the Limit is 0 in SpawnProperties the item will not be spawned.

Note: If you have a limit of 5 but only have 2 spawnpoints only 2 custom items will spawn.