Jump to content

GooberGrape

Member
  • Posts

    940
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. GooberGrape

    Compile error?

    [05:02:36] > Failed to call hook 'OnServerInitialized' on plugin 'CopterTaxi v1.3.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CopterTaxi.SpawnHelicopters () [0x000c7] in <6d79eb578960440bb0abfc713d43c1d1>:0 at Oxide.Plugins.CopterTaxi.OnServerInitialized () [0x00000] in <6d79eb578960440bb0abfc713d43c1d1>:0 at Oxide.Plugins.CopterTaxi.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00a3b] in <6d79eb578960440bb0abfc713d43c1d1>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 [05:02:37] > Loaded plugin CopterTaxi v1.3.2 by Qbis [05:02:52] > Sovereign Orbit was killed by Titan Infinity at (643.13, 57.47, -47.07)
  2. ohh it because I didn't type in the confirm box
  3. yes
  4. Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.42' (IndexOutOfRangeException: Index was outside the bounds of the array.) at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01abf] in <bda9c6d1178d463f918e041b987544f2>:0 at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x03736] in <bda9c6d1178d463f918e041b987544f2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
  5. GooberGrape

    error

    [14:16:30] > Failed to call hook 'OnButtonPress' on plugin 'Barges v1.0.4' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.Barges+BargePhysics.CreateFakePhysicEntity () [0x00000] in <0a2f1d7730ba4f9298b0b255a2e07094>:0 at Oxide.Plugins.Barges+BargePhysics.SwitchPlysics (System.Boolean isPlysicsEnable) [0x00011] in <0a2f1d7730ba4f9298b0b255a2e07094>:0 at Oxide.Plugins.Barges+Barge.StartMoving () [0x0002c] in <0a2f1d7730ba4f9298b0b255a2e07094>:0 at Oxide.Plugins.Barges+CabineModule.OnButtonPressed (BasePlayer player) [0x00016] in <0a2f1d7730ba4f9298b0b255a2e07094>:0 at Oxide.Plugins.Barges.OnButtonPress (PressButton button, BasePlayer player) [0x00050] in <0a2f1d7730ba4f9298b0b255a2e07094>:0 at Oxide.Plugins.Barges.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002af] in <0a2f1d7730ba4f9298b0b255a2e07094>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System
  6. private bool IsCustomNPC(BasePlayer npc) { ulong userID = npc.userID; if(humanNPCLoaded && userID >= 41234564 && userID <= 11474836478) return true; if (userID >= npcLowerBound && userID <= npcUpperBound) return true; return false; }
  7. (BasePlayer player,
  8. also a cooldown for the discord alerts?
  9. GooberGrape

    Bots alert from raids?

    Could you add for bots or playernpc to show as attackers and defenders? https://gyazo.com/01d2d248dedaa458b0cf8093bbfb2e28
  10. GooberGrape

    error

    oxide
  11. GooberGrape

    error

    doesnt show for me
  12. GooberGrape

    error

    [18:28:54] > Missing plugin name prefix 'balloonheistevent' for permission 'balloonheist.use' (by plugin 'Balloon Heist Event')
  13. the modules are not showing. only barge
  14. GooberGrape

    Barges plugin

    I spawn a barge in and the modules are missing. How do you get the modules to show? They’re all set to Tru and config.
  15. how to give or access the moduals?
  16. https://gyazo.com/e866eabe7786430559876a01c95c58e9
  17. video explains, should be red buttons on the right for more pages for the custom maps page, there are more then 8 maps for custom maps page
  18. https://gyazo.com/af6c4c42847027899498e183eb919608 i have 25 custom maps
  19. GooberGrape

    error on startup

    bro?!?!
  20. GooberGrape

    error

    [08:24:52] > Error while compiling MapVoter: The type or namespace name 'Activities' does not exist in the namespace 'Oxide.Ext.Discord.Entities' (are you missing an assembly reference?) | Line: 18, Pos: 34
  21. GooberGrape

    error

    [15:44:33] > Error while compiling WalkingDead: Operator '==' cannot be applied to operands of type 'object' and 'bool' | Line: 441, Pos: 21
  22. hello hello no more support?
    Works perfect and easy to setup and use.
  23. GooberGrape

    Dumb Question..

    what about the nonecustom maps?
  24. GooberGrape

    Dumb Question..

    Where can I find the map IDS?
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.