1. RUNS ONLY IF YOU'RE USING OXMIN - Thanks for letting me know :*(
     
  2. Its nice but i cant hide my name i tried this "" and it wont change my name. Hope someone can help me
     
  3. "ᅠᅠᅠ"
    copy & paste dont try to do it yourself[DOUBLEPOST=1404682266][/DOUBLEPOST]and you need to put "ᅠᅠᅠ" in your steam name.
     
  4. But if i Do this my Server will block the Name
     
  5. ah well ^^ then u cant do it ^^
    (unless u remove / edit the block thingy)
     
  6. 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 ?
     
  7. Wulf

    Wulf Community Admin

    It uses Oxmin, not RCON. See the Overview page:
     
  8. ohh i see how stupid of me i missed that info on the page.. well ty buddy got it working right meow :3
     
  9. 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.
     
  10. Wulf

    Wulf Community Admin

    Are you using Oxmin as the Overview says is required?
     
  11. Indeed I am.
     
  12. Wulf

    Wulf Community Admin

    Did you successfully give that user the required Oxmin flag?
     
  13. Please forgive my nubiness but I am just now literally getting into this server hosting. Currently setting up my server as I go so this is all new to me. As for setting flags to individuals, how exactly so I do this?
     
  14. Wulf

    Wulf Community Admin

    In the server console or F1 console while logged in via RCON, use oxmin.giveflag "playername" canteleport, replacing playername with the actual player's name. Quotations are needed around the player's name if they have spaces and such.
     
  15. Ah, ok. Thanks so much man :D[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
     
  16. Reneb updated Admin <-> Player with a new update entry:

    Choose Admin Gear / Optional Oxmin / No FallDamage / No WaterDamage

     
  17. 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
  18. Reneb updated Admin <-> Player with a new update entry:

    fixed small bug

    [DOUBLEPOST=1405366729][/DOUBLEPOST]
    fixed in new update
     
  19. 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
  20. Reneb updated Admin <-> Player with a new update entry:

    small fix

    [DOUBLEPOST=1405373133][/DOUBLEPOST]should be fixed, strange bug tho!