Jump to content

JustANoob

Member
  • Posts

    181
  • Joined

  • Last visited

Everything posted by JustANoob

  1. I'll use the version that works, until I know the new one works the same. Thanks for all you do your doing a great job!
  2. it was just that when I used the new one the Bradley Guards they where blue and not the red I wanted, so I noticed the code you have in the new one might not be right, so I passed you the one I have to look at.
  3. JustANoob

    NPC Gifts

    So whats the verdict?
  4. NPCGifts.json NPCGiftsTableOne.json
  5. JustANoob

    NPC Gifts

    Not working? What am I doing wrong? NPCGifts.json NPCGiftsTableOne.json
  6. I'll share my version, it works fine so far. [Info("NPCKits", "Steenamaroo", "1.2.0", ResourceId = 29)] NPCKits.cs
  7. JustANoob

    Exploit

    I messed up, it works remove all posts here from me, I wrote in wrong post anyway!
  8. JustANoob

    Exploit

    Remove all my posts for this, I F'd up and now it works!
  9. JustANoob

    Exploit

    It doesn't change the weight for the permissions and gives default one automatically. Remove all my posts for this, I F'd up and now it works!
  10. JustANoob

    NPC Gifts

    Your awesome for doing that!
  11. JustANoob

    NPC Gifts

    I didn't think of that, but I've tried to work off your code to allow new loot. This is example... container.itemList.Clear(); foreach (var reward in chestRewardItem) { var items = ItemManager.CreateByName(reward.Key, (int)reward.Value); items?.MoveToContainer(box.inventory); }
  12. JustANoob

    NPC Gifts

    does this new version allow for custom loot? I'd like to put like food in it maybe.... as an example.
  13. JustANoob

    Welcome Panel

    Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: https://i.imgur.com/24HEwjx.png_0 - Image URL: https://i.imgur.com/24HEwjx.png it comes up, I'm confussed....
  14. JustANoob

    Server Hud

    what about adding option to hide admins? Thank you!
  15. JustANoob

    Server Hud

    is it fix?
  16. JustANoob

    Server Hud

    Its the cs file I'm editing, if you want you can PM me and I can get the code to fix it. Flechen on discord.
  17. JustANoob

    Server Hud

    I patched it for now I think:
  18. JustANoob

    Server Hud

    does anyone have the images that I can use to patch it until its fixed? I'm using my own host to do it, but I'm missing some of the main ones. https://greenzone101.helioho.st/pluginimages/ServerHUD/gallery.php Need the upper image.
  19. JustANoob

    Server Hud

    I change these to hide admin: BasePlayer.activePlayerList.Count(x => x.IsAdmin == false) BasePlayer.sleepingPlayerList.Count(x => x.IsAdmin == false) How do I do the queue: (ServerMgr.Instance.connectionQueue.Queued + ServerMgr.Instance.connectionQueue.Joining) Thanks!
  20. JustANoob

    Error, not compliing.

    Noclip - Failed to compile: The type or namespace name 'Harmony' could not be found (are you missing a using directive or an assembly reference?) | Line: 13, Pos: 7
  21. JustANoob

    Noclip

    Can you add option to make it work only on boat TC? Also can I turn ServerArmour setting to catch cheats back on for this version? Thank You! I change it because I hide myself in some plugins and don't want to be seen, I'm admin. Also when your an admin and run this plugin and do the command get out it takes you out of admin and you can't use your admin powers. HUD: BasePlayer.activePlayerList.Count(x => x.IsAdmin == false).ToString() BasePlayer.sleepingPlayerList.Count(x => x.IsAdmin == false).ToString() (ServerMgr.Instance.connectionQueue.Queued + ServerMgr.Instance.connectionQueue.Joining).Count(x => x.player.net.connection.authLevel == 0).ToString() I change it here: private void OnPlayerDisconnected(BasePlayer player) { // Deaktiviere den NoClip-Modus, wenn der Spieler im NoClip-Modus ist if (IsPlayerInNoclip(player)) { ToggleNoclip(player); } player.SetPlayerFlag(BasePlayer.PlayerFlags.IsDeveloper, false); // player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, false); _playersNoMonument.Remove(player); } I change it here: private void ExecuteCommandCrutch(BasePlayer player, string command, params object[] args) { timer.Once(1.0f, () => { player.SetPlayerFlag(BasePlayer.PlayerFlags.IsDeveloper, true); // player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, true); }); player.SendEntityUpdate(); IgnoreSetInfo.Add(player.userID); if (args.IsNullOrEmpty()) player.SendConsoleCommand(command); else { player.SendConsoleCommand(command, args); } IgnoreSetInfo.Remove(player.userID); }
  22. JustANoob

    Map needs update!

  23. JustANoob

    Map needs update!

  24. JustANoob

    Map needs update!

    Map needs update please... Thank You!
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.