Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

49 lines (43 loc) · 1.4 KB

Tranquilizer

Tranquilizer is a plugin that adds a new weapon to the game. It utilzies the SynapseItem Api. (This prevents to replace the original weapon)

With the weapon a player can stun another player for a specific time set inside the config.

ItemInformations

ItemID: 36
ItemName: Tranquilizer
BasedItemType: USP

Credits

Original Scp-TranquilizerGun plugin by NeonWizard

Installation

  1. Install Synapse 2
  2. Place the latest Tranquilizer.dll in ~/Synapse/plugins/server-{serverport}

Config

ConfigName Type Description
maxStunTime Integer The longest time a Player can be stuned
minStunTime Integer The shortest time a Player can be stuned
dropInventory Boolean If the Player should drop his Inventory when he get stuned
spawnRagdoll Boolean If a Ragdoll should spawn when a Player get stuned
reloadable Boolean If the Tranquilizer can be reloaded
blockedIDs Integer list The RoleIDs which can't be stuned
tranquilizerSpawns MapPoint List The Position's where the Tranquilizer spawns

Default:

[Tranquilizer]
{
maxStunTime: 15
minStunTime: 10
dropInventory: false
spawnRagdoll: true
reloadable: true
blockedIDs:
- 0
- 3
tranquilizerSpawns:
- room: HCZ_457
  x: -1.80886805
  y: 1.33001697
  z: -1.07815599
}