Michael Wilson

Results 65 comments of Michael Wilson

I'm sorry, I'm not familiar enough with this repo, I initially created this PR as a launching off point. For the commit I basically just copied the existing CS_WeaponIDToItemDefIndex and...

> I would personally be interested on creating a module for C# by embedding the CoreCLR. I have a project doing exactly that: https://github.com/roflmuffin/CounterStrikeSharp

Only convars & commands marked with the "server can execute" flag will change using `ExecuteClientCommand`. https://cs2.poggu.me/dumped-data/convar-list

There doesn't appear to be any CS# related errors in the log you posted. Does the server load successfully without the HelloWorldPlugin copied over?

The plugin needs to be recompiled against cs# v215 (at least) as valve moved schema values around in last patch

It is due to tokenization but I'm also not inclined to fix it at this stage as its a high impact change without compat. I would just say bind key...

Looks okay to me, might be worth adding a XML doc comment to the methods and updating the example plugin?