CounterStrikeSharp icon indicating copy to clipboard operation
CounterStrikeSharp copied to clipboard

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2

Results 70 CounterStrikeSharp issues
Sort by recently updated
recently updated
newest added

Bumps [libraries/hl2sdk-cs2](https://github.com/alliedmodders/hl2sdk) from `36dd2db` to `2567e50`. Commits 2567e50 Update CGlobalVars after 23/05/2024 CS2 update (#245) e33c795 Update MoveType_t (#243) 05d5764 Copy CUtlStringList from sdk2013 (#238) 79a5436 Resolve CUtlStringToken in utlcommon.h...

dependencies

23-05 update causes crash with: [00:56:38.859] CSSharp: Failed to find signature for 'Host_Say' ![image](https://github.com/roflmuffin/CounterStrikeSharp/assets/79339372/cfd27eba-a561-43e7-9f9f-481c45e64f1a)

untriaged

GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/coopmission). [03:33:16.522] CSSharp: Initializing [03:33:16.523] CSSharp: CoreConfig loaded. [03:33:16.590] CSSharp: Copying bytes from disk for /home/steam/steamcmd/cs_go/game/bin/linuxsteamrt64/libengine2.so [03:33:16.890] CSSharp: Copying bytes from disk for...

untriaged

Im trying to bulid a plugin which function is when players type "!dj {volume}" in chat, plugin will mimics them typing "snd_musicvolume {volume}"at their console. But it didnt work, the...

untriaged

Hello everyone, I wanted to open a CS2 server and develop plugins, for this reason, I decided to use CSS but I faced an error I couldn't understand. I installed...

untriaged

Bumps [libraries/metamod-source](https://github.com/alliedmodders/metamod-source) from `607301a` to `cc8c76c`. Commits cc8c76c Trigger build for hl2sdk-l4d2 changes 2af01e9 Trigger build for L4D2 changes (#180) See full diff in compare view Dependabot will resolve any...

dependencies

Adds new "SteamAuth" core config option which controls how strict the "AuthorizedSteamID" property is with regard to steam connection.

Currently we have [CenterHtmlMenu.cs#L61](https://github.com/roflmuffin/CounterStrikeSharp/blob/02d5191e746aa08fb912746ceac61d4c891f9146/managed/CounterStrikeSharp.API/Modules/Menu/CenterHtmlMenu.cs#L61) and [CenterHtmlMenu.cs#72](https://github.com/roflmuffin/CounterStrikeSharp/blob/02d5191e746aa08fb912746ceac61d4c891f9146/managed/CounterStrikeSharp.API/Modules/Menu/CenterHtmlMenu.cs#L72) to limit the character amount. I think it is because the original developer want to ensure items are displayed in one line. (https://github.com/roflmuffin/CounterStrikeSharp/pull/268#issuecomment-1901229101) But...

untriaged