Rust Update 3/26/2015, fly no longer works.
[Oxide] 8:40 PM [Error] Fly plugin failed to compile! Exit code: 1
................oxide\plugins\Fly.cs(95,8): warning CS0114: `Oxide.Plugins.Fly.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
Fly [Replaced]
Discussion in 'Plugin Support' started by Bombardir, Feb 16, 2015.
-
Code:
[Oxide] 1:39 AM [Error] Unable to find main plugin class: Fly[Oxide] 1:39 AM [Info] No previous version to rollback plugin: Fly
-
[Oxide] 10:19 PM [Error] Fly plugin failed to compile! Exit code: 1
[Oxide] 10:19 PM [Warning] C:\TCAFiles\Users\MarcioM\40283\Release\server\vserver\oxide\plugins\Fly.cs(95,8): warning CS0114: `Oxide.Plugins.Fly.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
C:\TCAFiles\Users\MarcioM\40283\Release\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning)
C:\TCAFiles\Users\MarcioM\40283\Release\server\vserver\oxide\plugins\Fly.cs(52,28): error CS1061: Type `BasePlayer' does not contain a definition for `ChangePlayerState' and no extension method `ChangePlayerState' of type `BasePlayer' could be found. Are you missing an assembly reference?
C:\TCAFiles\Users\MarcioM\40283\Release\RustDedicated_Data\Managed\Assembly-CSharp.dll (Location of the symbol related to previous error)
C:\TCAFiles\Users\MarcioM\40283\Release\server\vserver\oxide\plugins\Fly.cs(82,24): error CS1061: Type `BasePlayer' does not contain a definition for `ChangePlayerState' and no extension method `ChangePlayerState' of type `BasePlayer' could be found. Are you missing an assembly reference?
C:\TCAFiles\Users\MarcioM\40283\Release\RustDedicated_Data\Managed\Assembly-CSharp.dll (Location of the symbol related to previous error)
---------
This is what I get.... Any idea? Maybe the update fu*** it up... idk.... -
Yeah I get same error, please fix.
-
same here plugin will not load will need an update
-
-
please chnage the spectate key.
Always i write in chat space spectate modus activate and i cant turn off the spectate modus change the key to toggle off. -
-
Once I use fly , the HUD adn Chat is disappear, and I can't deactive fly mod even if I disconnect...help me plz..
-
Any idea on how to turn off fly?
Because since last update when entering the spectate mode the whole UI disappears and chat is not accessible.
p.s Maybe console command instead, or listen for some input key? -
-
Here's my quick workaround. Insert into Update method (after 55 line) and use E key to stop flying.
Code:if (input.IsDown(BUTTON.USE)) { enabled = false; player.ChatMessage("Fly deactivated!"); return; }
p.s
Basically almost any key can be used, so even BUTTON.CHAT will stop flying when you press T.Last edited by a moderator: Mar 27, 2015 -
lol, newest update fucked up my game... cant write...cant exit fly... even if i restart the game
-
same with me and another admin on my server were stuck on blank screen cant do anything after entering fly
-
Yep... It just stuck me in fly mode and I can't even open the chat to rewrite /fly... Any ideia?
-
WOW IM STUCK IN THE AIR IVE REINSTALLED SERVER CANT MOVE HELP HELP
-
even tried to reboot the server, still nothing...
-
ok now it seems that theres a lot of us just flying in one spot on our servers and everyone else on servers playing the game I think we need a solution to the problem so we all can run our servers again please help us all thanks
-
I have suggested a nice solution. If you can modify plugins just do it and enjoy.
-