Jump to content

ZA_Machete

Member
  • Posts

    98
  • Joined

  • Last visited

Everything posted by ZA_Machete

  1. Tested and it seems to be working right with the new update dont know what went wrong on the previous one
  2. I loaded an old version file the 2.0.2 and the redeem works fine with the items and the currency
  3. Yes that sort of setting will help a lot as im also needing to redo all my kits to remove the skins thats no longer allowed as to facepunch TOS but it is correct you can still use the skins but player must not be able to get them
  4. Thanks will try that way im running this plugin to handle my loot and even when i set it to use vanila npc loot that plugin still dont pick up botrespawn npc
  5. Not that i can see after the item expires it go in the redeem storage but not the currency
  6. how can i add custom loot to the bots like that every bot have a 100% chance to drop a dogtag and some currency
  7. ZA_Machete

    TC Limiter

  8. hi don't know if i missed something or did anything wron,g but when a player buys from the market, the other player is not receiving the currency and when i use the /redeem it says that the storage is empty Everything worked fine before the rust update and now its not working
  9. ZA_Machete

    TC Limiter

    have a case where a player can't put a tc down when its the first tc to be placed. When I remove the plugin, he can place the tc. its also only with a random few players, so maybe something on my side
  10. ZA_Machete

    Gun Game

    Is it possible to add to the scoreboard the total number of games the player played
  11. private void PingHackableCrateFor(BasePlayer player) { if (hackableLockedCrates.Count == 0) return; bool isTempAdmin = false; try { if (!player.IsAdmin) { player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, true); player.SendNetworkUpdateImmediate(); isTempAdmin = true; } player.SendConsoleCommand("ddraw.text", new object[] { 1f, Color.red, hackableLockedCrates.First().transform.position + Vector3.up * 2f, $"<size=24>◈</size>" }); } finally { if (isTempAdmin) { player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, false); player.SendNetworkUpdateImmediate(); } } }
  12. found a fix for the god mode issue.The problem is on the plugin side after i add a line to the code the event functions as normal with no god mode
  13. After extensive testing and back-and-forth with this plugin, I decided to remove my PvE plugins to eliminate that possibility. However, the event still grants god mode when players leave it. I investigated further and found that when the locked crate is opened, if a player enters the event and then leaves, they receive god mode. I ran several tests without the locked crate spawning, and everything worked fine—no god mode was granted in those cases. However, this approach also means that reinforcements cannot be called in.
  14. im also running simple pve.if that is the case that the player gets admin flags when entering and leaving the event how would i go about to turn it off
  15. Started running the events on my main server, noticed that on some players, when they exit the event dome that they have a god mode from NPC damage its a rare chance and only to some players not all of them
  16. ZA_Machete

    Gun Game

    Is there a command i can run to reset the scoreboard
  17. never mind i got i working did not look at my test server settings it was on pve
  18. hi just got the plugin Noticed that when npc starts attacking im not taking damage and the npc then just die as if the damage done is reflected back to them how do i fix this
  19. hi if noticed that when the server starts up the skill tree spawns in a bunch of workbenches is there a reason for it [Skill Tree] Spawned: workbench1.deployed [Skill Tree] Spawned: workbench2.deployed [Skill Tree] Spawned: workbench3.deployed
  20. ZA_Machete

    Gun Game

    how can i set it to use random arenas. and can you use any json file as an arena or must it be build in the rust edit
  21. hi after the rust update the rockets no longer works in the attack heli
  22. ZA_Machete

    Kit Controller

    hi I'm currently using the free kit plugin on umod but want to get this one to replace the free one. Will this kit menu work with botrespawn That's mainly the use for it and I want to use this one to make I easy for my admins to great and delete kits for the npcs
  23. Yeah makes sense It's no stress I'm planning on removing the restore upon death anyway, if it would not work with both
  24. hi quick question I'm running a pve server with these 2 plugins on will this plugin work with them in a case where a player dies when offline and loses all their gear https://umod.org/plugins/restore-upon-death
  25. ZA_Machete

    Bradley Drops

    hi Don't know if it's a bug or just on my side, but the easy brad drop is not working. When I throw it the it says that it spawned and when I run the stats command, is says the brad is in the center of the map but not on land
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.3k

Files Sold

Total number of files sold.

3.2m

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.