Reference missing for BasePlayer.ChatMessageSolved
I don't know what the hell happened it worked last time I was writing plugin, NOW IT DOESNOT
all references from oxide managed folder are added to the project, class extends : RustPlugin
do I need to add any using namespace for it to work? 
As the message says, you need to reference UnityEngine.CoreModule. You should be referencing where a local server install is, not just files included with Oxide builds.
5e13a8d5b2bc5.jpg Wulf
As the message says, you need to reference UnityEngine.CoreModule. You should be referencing where a local server install is, not just files included with Oxide builds.

oh thank you Wulf, I couldn't figure out what to do, didn't think I had to reference anything beside oxide dlls

Locked automatically