Just started programming plugins and I'm getting an error with PrintToChat
C# says CS0012
Could you provide the full error and that line of code please?
CS0012 usually stands for missing library, so you should add missing dll into your project. However - that won't affect the ability for plugin to be loaded by Oxide, because all the necessary references are already included