Solved Oxide 1.18 plugins for converting
Discussion in 'Plugin Requests' started by arman_motevalian, Feb 2, 2016.
-
Wulf Community Admin
Oxide 1.18 is not supported and hasn't been supported for a long time.
-
I need download link .
Support no. -
Wulf Community Admin
There are no download links, they aren't supported anymore. Are you looking for anything specific? -
I need to download links. To convert plugins to Oxide version 2.0
-
Wulf Community Admin
If you have a request for specific code, just let me know. -
I need plugin naked men in the oxide 1.18
-
Wulf Community Admin
I don't see a plugin with that name. -
I do not remember his name but I'm sure there are. I had already been here.
-
Please give me the access to view this page:
Oxide 1.18 | Oxide -
Wulf Community Admin
If you have the name a certain one, I can help you, otherwise that page isn't open. -
Naked man is nothing special just force client this command censor.nudity false
-
If you still need it:
Code:namespace Oxide.Plugins { [Info("NakedMan", "Spicy", "1.0.0")] [Description("Forces censor.nudity false on connect.")] class NakedMan : RustLegacyPlugin { void OnPlayerConnected(NetUser netuser) => rust.RunClientCommand(netuser, "censor.nudity false"); } }
