The type or namespace name `Player' could not be foundSolved
I shall try one more time Thanks i'll let you know
Ok literally just downloaded it and transferred it over and same error. I am new to running a server for rust I have ran servers for arma 3 so i'm not completely stupid when it comes to these kind of things. But what is the proper log and location of log to attach when you are asking for a log file?
In response to chumannn ():
Ok literally just downloaded it and transferred it over and same error. I am new to running a server...
I don't need the log file, the issue is the wrong Kits.cs being used. https://umod.org/plugins/rok-kits (https://umod.org/plugins/Kits.cs) is the file you are getting, https://umod.org/plugins/rust-kits (https://umod.org/plugins/Kits_GjqgR.cs) is what you should be getting. The URLs are different, but both will download with the filename as Kits.cs. I would suggest deleting ALL existing copies you downloaded first.
ok i see so its still messed up the umod website. (if i followed what you were saying from before)
Yup there we go it worked sorry for the confusion and stupidity. I do enjoy your help. I'm always reading through your help suggestions it great info! Keep up the GREAT work!
In response to chumannn ():
ok i see so its still messed up the umod website. (if i followed what you were saying from before)
I can't reproduce your issue, so I suspect it may be unique to your browser setup and how it is handling the download.
For me it is fixed.

Error while compiling: Kits.cs(192,31): error CS0246: The type or namespace name `Player' could not be found. Are you missing `Oxide.Game.Rust.Libraries' using directive? this is the error i am getting with the new update for Halloween today 

Looks like you downloaded Kits for Reign of Kings.
thats weird cause i have had the same plugin for months and has worked for rust
In response to xxxxxsilentxxxxx ():
thats weird cause i have had the same plugin for months and has worked for rust
"Player" isn't something Rust has ever had, but Reign of Kings does. Rust uses "BasePlayer", which the Rust Kits plugin has in it, not Player.
yeah looks like thats what it was thanks
Locked automatically