1. Mughisi submitted a new resource:

    Horizontal Building Blocker - Blocks a player from building horizontally

    Read more about this resource...
     
  2. After removing vertical floor.
    Code:
    [Oxide] 2:02 AM [Info] Brocker[76561198001442498] tried to place a floor sideway
    s.
    [Oxide] 2:02 AM [Error] Failed to call hook 'OnEntityBuilt' on plugin 'Horizontal BuildingBlocker'
    File: HorizontalBlocker.lua Line: 17 attempt to call method 'GetEnumerator' (a nil value):ts, 0 slprs                                      
      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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    
     
    Last edited by a moderator: Mar 5, 2015
  3. [Oxide] 1:59 AM [Error] Failed to call hook 'OnEntityBuilt' on plugin 'Horizontal Building Blocker'
    File: HorizontalBlocker.lua Line: 17 attempt to index field 'costToBuild' (a number 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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  4. Seems that they changed the building grade from an int to an enum, I'll update this soon.
     
  5. Ah - good job. I made this in C# a few days ago but was adding some other anti-glitch/exploits to it also.
     
  6. I just threw this one together in 10 minutes because I noticed no one had posted anything yet and the request was already a few days old :p
     
  7. Code:
    [Oxide] 10:57 PM [Error] Failed to call hook 'OnEntityBuilt' on plugin 'Horizontal Building Blocker'
    File: HorizontalBlocker.lua Line: 26 attempt to index field '?' (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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  8. [Oxide] 9:53 PM [Error] Failed to call hook 'OnEntityBuilt' on plugin 'Horizontal Building Blocker'
    File: HorizontalBlocker.lua Line: 29 'for' initial value must be a number:
    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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    why?
     
  9. 5:06 PM [Info] [Calis] Nix [Berserker][76561198052248615] tried to place a floor sideways.
    5:06 PM [Error] Failed to call hook 'OnEntityBuilt' on plugin 'Horizontal Building Blocker'
    File: HorizontalBlocker.lua Line: 29 'for' initial value must be a number:
     
  10. Code:
    Calling kill - but already IsDestroyed!? wall(Clone) (BuildingBlock)
     
  11. I had a few server freezes when adding this plugin.
     
  12. Probably something going wrong when refunding, I'll throw that bit out when i'm home tomorrow.
     
  13. Mughisi updated Horizontal Building Blocker with a new update entry:

    Removed refund

     
  14. nice thanks!
     
  15. CHR

    CHR

    Can u do something about elevator blocks?

    Sry for offtopic.
     
  16. Wulf

    Wulf Community Admin

    Removed per author request, as the plugin should no longer be needed.