namespace CS2_SimpleAdmin @@ -17,8 +17,8 @@ private void registerEvents() RegisterListener<OnMapStart>(OnMapStart); AddCommandListener("say", OnCommandSay); AddCommandListener("say_team", OnCommandTeamSay); AddCommandListener("callvote", OnCommandCallVote); } private HookResult OnCo...
namespace CS2_SimpleAdmin; [MinimumApiVersion(124)] [MinimumApiVersion(142)] public partial class CS2_SimpleAdmin : BasePlugin, IPluginConfig<CS2_SimpleAdminConfig> { public static IStringLocalizer? _localizer; @@ -31,7 +32,7 @@ public partial class CS2_SimpleAdmin : BasePlugin, IPlugin...
10.1042/CS20080253. Article CAS Google Scholar Handberg A, Hojlund K, Gastaldelli A, Flyvbjerg A, Dekker JM, Petrie J, Piatti P, Beck-Nielsen H: Plasma sCD36 is associated with markers of atherosclerosis, insulin resistance and fatty liver in a nondiabetic healthy population. J Intern ...
The BLAST.tv Austin Major will be the first Counter-Strike 2 Major of 2025, with 32 of he world’s best CS2 teams competing in a two-week event worth US$1.25 million. The Major will be held in the Moody Center in Austin, Texas, USA from June 9-22, 2025. The Austin Major will ...
Manage your Counter-Strike 2 server by simple commands :) - GitHub - finlayd/CS2-SimpleAdmin-SharpTimer-FIx: Manage your Counter-Strike 2 server by simple commands :)
ExecuteAsync(sqlUnban, new { pattern = playerPattern, muteType }); @@ -174,11 +180,6 @@ public async Task CheckMute(PlayerInfo player) if (muteType == "GAG") { if (player.Slot.HasValue && !CS2_SimpleAdmin.gaggedPlayers.Contains(player.Slot.Value)) { CS2_SimpleAdmin.gaggedPlaye...
@@ -31,8 +31,10 @@ public class CS2_SimpleAdminConfig : BasePluginConfig [JsonPropertyName("BanType")] public int BanType { get; set; } = 1; [JsonPropertyName("TeamSwitchType")] public int TeamSwitchType { get; set; } = 1; [JsonPropertyName("DiscordWebhook")] public string...