RUNS ONLY IF YOU'RE USING OXMIN - Thanks for letting me know :*(
Admin <-> Player (God Mode) [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, May 20, 2014.
-
Its nice but i cant hide my name i tried this "" and it wont change my name. Hope someone can help me
-
"ᅠᅠᅠ"
copy & paste dont try to do it yourself[DOUBLEPOST=1404682266][/DOUBLEPOST]and you need to put "ᅠᅠᅠ" in your steam name. -
But if i Do this my Server will block the Name
-
ah well ^^ then u cant do it ^^
(unless u remove / edit the block thingy) -
heyy so i was trying to use this mods because i think the idea of it is great and very creative butt when i log on my server type my rcon password and try to use /admin it still says i have no permision.... help ?
-
Wulf Community Admin
-
-
Hello, im trying to setup this plugin. However, when I attempt to use the commands /admin I get this message "you don't have permission to use this command"
Anyway to resolve this error? Or am I missing a step here? Thanks in advance. -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
[DOUBLEPOST=1405303836,1405125980][/DOUBLEPOST]Im really loving this tool but anyway you can add a few arrows and a Uber hunting bow to the admin ability?
I would add it my self but unfortunately Multiplay doesn't use FTP to my knowledge so that's a no go.
Thanks in advance.
To make it easier for you, just copy this function and apply it to an update;
Code:function PLUGIN:AdminGear(netuser) local UberHatchet = rust.GetDatablockByName( "Uber Hatchet" ) local InvisibleHelmet = rust.GetDatablockByName( "Invisible Helmet" ) local InvisibleVest = rust.GetDatablockByName( "Invisible Vest" ) local InvisiblePants = rust.GetDatablockByName( "Invisible Pants" ) local InvisibleBoots = rust.GetDatablockByName( "Invisible Boots" ) local CookedChickenBreast = rust.GetDatablockByName( "Cooked Chicken Breast" ) local UberHuntingBow = rust.GetDatablockByName( "Uber Hunting Bow" ) local Arrow = rust.GetDatablockByName( "Arrow" ) local LargeMedkit = rust.GetDatablockByName( "Large Medkit" ) local pref = rust.InventorySlotPreference( InventorySlotKind.Belt, false, InventorySlotKindFlags.Belt ) local inv = netuser.playerClient.rootControllable.idMain:GetComponent( "Inventory" ) inv:AddItemAmount( UberHatchet, 1, pref ) pref = rust.InventorySlotPreference( InventorySlotKind.Armor, false, InventorySlotKindFlags.Armor ) inv:AddItemAmount( InvisibleHelmet, 1, pref ) inv:AddItemAmount( InvisibleVest, 1 ,pref ) inv:AddItemAmount( InvisiblePants, 1, pref ) inv:AddItemAmount( InvisibleBoots, 1, pref ) pref = rust.InventorySlotPreference( InventorySlotKind.Belt, false, InventorySlotKindFlags.Belt ) inv:AddItemAmount( CookedChickenBreast, 10, pref ) inv:AddItemAmount( UberHuntingBow, 1, pref ) inv:AddItemAmount( Arrow, 10, pref ) inv:AddItemAmount( LargeMedkit, 5, pref ) end
-
Reneb updated Admin <-> Player with a new update entry:
Choose Admin Gear / Optional Oxmin / No FallDamage / No WaterDamage
-
Code:
[Oxide] Error in timer (admin-player) : NLua.Exceptions.LuaScriptException: [string "admin-player.lua"]:67: attempt to index local 'char' (a nil value) at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Main+<>c__DisplayClass6.<lua_NewTimer>b__4 () [0x00000] in <filename unknown>:0
Last edited by a moderator: Jul 14, 2014 -
Reneb updated Admin <-> Player with a new update entry:
fixed small bug
-
Code:
[Oxide] Error in timer (admin-player) : NLua.Exceptions.LuaScriptException: [string "admin-player.lua"]:71: attempt to call method 'SetGodMode' (a string value) at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Main+<>c__DisplayClass6.<lua_NewTimer>b__4 () [0x00000] in <filename unknown>:0
Last edited by a moderator: Jul 14, 2014 -
Reneb updated Admin <-> Player with a new update entry:
small fix