Jump to content

rustfoxgaming

Member
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by rustfoxgaming

  1. (20:37:43) | Error while compiling StaticLootables: Cannot implicitly convert type 'System.Func<Item, int, bool>' to 'System.Func<BasePlayer, Item, int, bool>' | Line: 1828, Pos: 33
  2. Hi, I saw a server that has an option allowing players to run faster; could you tell me where to find it, please?
  3. Hello Things aren't going well on the roads; players have convoys and armored trains
  4. rustfoxgaming

    Hello

    Hello i see this after my wipe @14h cet paris
  5. rustfoxgaming

    Hello

    i use simple pve
  6. rustfoxgaming

    Hello

    Hello, I noticed that abandoned bases leave chests behind; the chests that aren't destroyed remain floating in mid-air.
  7. Hello can you put this vote inside please? top-serveurs.net
  8. rustfoxgaming

    Hello

    YEEES gg thxxx
  9. rustfoxgaming

    Hello

    Hello, thanks for the plugin, There is no message to tell players what they win
  10. rustfoxgaming

    Hello

    Here is an example of how you could add an auto spawn and a server restart check inside your plugin this is only an example to show that it is technically possible csharp void OnServerInitialized() { // Check if the button exists after restart CheckButton(); // Auto spawn every X minutes timer.Every(600f, () => { SpawnButton(); }); } private void CheckButton() { var button = BaseNetworkable.serverEntities .OfType<PressButton>() .FirstOrDefault(); if (button == null) { SpawnButton(); } } private void SpawnButton() { Vector3 pos = new Vector3(100f, 20f, 100f); // example position Quaternion rot = Quaternion.identity; var entity = GameManager.server.CreateEntity("assets/prefabs/deployable/button/button.prefab", pos, rot); if (entity != null) { entity.Spawn(); } } no???
  11. rustfoxgaming

    Hello

    Hello I asked this a few months ago could you add the option to sell items or add a Sell button on the right of Buy this would be a great update thank you
  12. rustfoxgaming

    Hello

    Please add an auto spawn and a server restart check to verify that your button is correctly spawned please
  13. rustfoxgaming

    Hello

    thx
  14. rustfoxgaming

    Hello

    and the sound?
  15. server.foodspoiling false
  16. rustfoxgaming

    Hello

    Hello, is it possible to have an option to remove this or its sound? It's very distracting during gameplay, thanks
  17. rustfoxgaming

    Hello

    I wasn't connected, I could see the spam in the console; it was a player participating in the event.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3m
Total downloads
Customers
12k
Customers served
Files Sold
170.5k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.