-
Hi @partiusfabaa ,
I notice this error printed on my console a lot :
```
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Ac…
-
Hello,
I'm creating my own cs2 server from scratch. I installed Metamod: Source 2.X Dev Build, roflmuffin/CounterStrikeSharp, MySQL server, all on this on a dedicated debian x64 server. Server runs…
-
After clean install of **Metamod:Source Build 1314** and **CounterStrikeSharp Build 271** on **Windows 11**, servers keeps starts and close **without any erros**, if CSS **removed** servers starts **s…
-
2024-04-24 21:19:00.073 +00:00 [EROR] (cssharp:Core) Error invoking callback
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.Refle…
-
00:12:04 [INFO] (plugin:SharpTimer) [SharpTimer] Loading Plugin...
00:12:04 [INFO] (plugin:SharpTimer) [SharpTimerDebug] Set gameDir to C:\Users\tyler\OneDrive\Desktop\CS2 SERVER\servers\1\serverfile…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In all my projects, when clicking "Go to definition", the .cs file is opened but it has no content…
-
23:34:20 [EROR] (cssharp:Core) Error invoking callback
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.ArgumentOutOfRangeException…
-
21:53:26 [EROR] (cssharp:Core) Error invoking callback
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.AccessViolationException: A…
-
when i start the cs2 server,css get a error
```
04:16:59 [EROR] (cssharp:GameDataProvider) Failed to load game data
System.Text.Json.JsonException: The JSON value could not be converted to CounterS…
zCN24 updated
3 months ago
-
```cs
RegisterEventHandler((@event, info) =>
{
var player = @event.Userid;
if (player == null || !player.IsValid)
return HookResult.Continue;
player.PrintToChat($"123"); …