CS2 CounterStrikeSharp - Spawn Protection

Opis:
Plugin daje ochronę życia przez określony czas po spawnie

Konfiguracja:
{
public override int Version { get; set; } = 3; // wersja pluginu

[JsonPropertyName("PreventiveHealth")]
public int PreventiveHealth { get; set; } = 100; // Ile zdrowia ma być chronione

[JsonPropertyName("ProtectionDuration")]
public int ProtectionDuration { get; set; } = 15; // Czas ochrony

[JsonPropertyName("ProtectionEndMessage")]
public string ProtectionEndMessage { get; set; } =
"\v[CTSpawnProtection]\u0001 Your spawn protection has ended."; //Informacja po zakończeniu ochrony

[JsonPropertyName("EnableRoundEndProtection")]
public bool EnableRoundEndProtection { get; set; } = false; //Ochrona na koniec rundy
}

Instalacja:
Rozpakowany folder CTSpawnProtection wklejamy do /csgo/addons/counterstrikesharp/plugins/
Następnie zmieniamy mapę lub restartujemy serwer.

Wymagania:
1. CounterStrikeSharp
2. Metamod:Source 2

Download:
1. Załącznik (v5)
2. GitHub
 

Attachments

  • CTSpawnProtection.rar
    2,8 KB · Wyświetleń: 0

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Back
Do góry