Jump to content

Papi Rusty

Creator
  • Posts

    575
  • Joined

  • Last visited

Everything posted by Papi Rusty

  1. Papi Rusty

    error when throwing

    eta on the rewrite?
  2. Papi Rusty

    error when throwing

    Exception Report NullReferenceException: Object reference not set to an instance of an object Stack: Oxide.Plugins.BradleyDrops.IsInBuildingPriv (UnityEngine.Vector3 position, System.String apcProfile) (at <0fbc5f2d28e649b9921bb2376fc0c165>:0) Oxide.Plugins.BradleyDrops+BradleyDropSignal.DropAborted () (at <0fbc5f2d28e649b9921bb2376fc0c165>:0) Oxide.Plugins.BradleyDrops+BradleyDropSignal.CustomExplode () (at <0fbc5f2d28e649b9921bb2376fc0c165>:0)
  3. Papi Rusty

    Launch near bases

    same please fix
  4. Papi Rusty

    Stacking issues

    When someone claims a reward like scrap for example by default the scrap wont stack with the players other scrap .
  5. Papi Rusty

    error in safezone

    Did some more testing and it seems to be a problem with custom monuments that have safezone spheres. The plugin kicks them out and spawns them under the ground after you reload. Event after disabling monument finder in the config of npcshop.
  6. Papi Rusty

    error in safezone

    When i try to spawn npc in a custom town safezone using monument finder it causes an error and when i reload the plugin after setting up the npc it spawns him in the middle of the map under the terrain. This is the error i get "Trigger assets/bundled/prefabs/modding/volumes_and_triggers/safezonesphere.prefab (TriggerSafeZone) contains null object."
  7. Papi Rusty

    button

    When you click on information button it shows 2 "X" to close the menu and when you click on the X it only closes 1 menu and leave the other one stuck on your screen. Please FIX
  8. Papi Rusty

    fix it already

    eta?
  9. Papi Rusty

    fix it already

    Failed to call hook 'CMDMain' on plugin 'SkinController v2.0.9' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SkinController.SkinContainer (BasePlayer player, System.Collections.Generic.List`1[T] items, Oxide.Plugins.SkinController+PlayerSettings& playerSettings, System.Boolean findSkins, Oxide.Plugins.SkinController+SkinData skinInfo, System.Collections.Generic.List`1[T] inventoryItems, System.Boolean isInventory) [0x0019d] in <ee119f3e97f14549a8c1ec364c17301f>:0 at Oxide.Plugins.SkinController.CMDMain (ConsoleSystem+Arg arg) [0x0088c] in <ee119f3e97f14549a8c1ec364c17301f>:0 at Oxide.Plugins.SkinController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ed9] in <ee119f3e97f14549a8c1ec364c17301f>: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
  10. works ok just dont crazy with the speeds but atm its insane how fast you can go and its still smooth.
  11. Papi Rusty

    shop/items

    i am working when a player enteres a zone the perm gets removed
  12. Papi Rusty

    shop/items

    hey what would be the correct command to remove the perms?
  13. Papi Rusty

    shop/items

    wow! i need to get some sleep. that actually worked and idk how i did not try that already. Thank you so much
  14. Papi Rusty

    shop/items

    "tperm grant %STEAMID% MovementSpeed.run.5 30 true" This is how i tried. I also tried other ways no luck It wants me to specefiy who should get the perm
  15. Papi Rusty

    shop/items

    https://codefling.com/plugins/super-medical?tab=details
  16. Papi Rusty

    shop/items

    if i use a direct name it works ok. but if i want to sell a command in my shop that players can just buy it will not work because i think you coded it to be an admin only command. Super Medical - Plugins - Codefling
  17. Papi Rusty

    shop/items

    i tried not using the user part and replacing it with userid or playerid but does not work
  18. Papi Rusty

    shop/items

    i got a mod that uses a syringe to execute a command. How do i properly set up the command using this temp perms mod to work
  19. Papi Rusty

    Buggy

    Cool
  20. Papi Rusty

    random spawns

    Calling hook OnPlayerRespawn resulted in a conflict between the following plugins: RandomSpawns - BasePlayer+SpawnPoint (SpawnPoint), OneTimeSpawn (BasePlayer+SpawnPoint (SpawnPoint)) it works tho. this performed better then a paid one on here so thanks. but yea i got this error cuz i use random spawns.
  21. Papi Rusty

    Buggy

    Thanks! Also when im vanished with no clipe it kinda looks like the ability is trying to kick in. i would maybe ignore players in vanish if you can
  22. Papi Rusty

    Buggy

    i forgot to mention that i did increase the speed multiplier to 10. but man 1.5 and anything under 7 just feels so slow. and it is pretty steep
  23. Papi Rusty

    Buggy

    When going up hill it bugs out and glitches pushing back and stuff
  24. Papi Rusty

    fix error

    Failed to call hook 'ToggleUICMD' on plugin 'SimpleKDR v4.0.4' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index) at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Plugins.SimpleKDR.AddKDRUI (BasePlayer player) [0x0003c] in <ff3f47f24e534365aa3d0613b9955de4>:0 at Oxide.Plugins.SimpleKDR.ToggleUICMD (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x000a5] in <ff3f47f24e534365aa3d0613b9955de4>:0 at Oxide.Plugins.SimpleKDR.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002b5] in <ff3f47f24e534365aa3d0613b9955de4>: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
  25. Papi Rusty

    dynamic

    i disabled dynamic. but they still show when spawning minicopter
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.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.