CounterStrikeSharp

From CKRAS Wiki

Revision as of 14:25, 19 April 2024 by Ckras (talk | contribs)

CounterStrikeSharp is a server side modding framework for Counter-Strike: Global Offensive. This project attempts to implement a .NET Core scripting layer on top of a Metamod Source Plugin, allowing developers to create plugins that interact with the game server in a modern language (C#) to facilitate the creation of maintainable and testable code.


       Inhalt des ersten Fensters hier einfügen
       Inhalt des zweiten Fensters hier einfügen

<script> function changeColor(elementId) {

   document.getElementById(elementId).style.backgroundColor = '#444444';

}

function resetColor(elementId) {

   document.getElementById(elementId).style.backgroundColor = '#f0f0f0';

} </script>



We us CSS for

Info.png

CounterStrikeSharp is a simpler way to write CS2 server plugins.

Order your CS2 Server here