Jump to content

Missile Silo Event 2.1.5

$5.00
   (1 review)

3 Screenshots

  • 36.3k
  • 824
  • 10.17 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



crtCarl

Posted

Have an issue. The plugin states it starts with timer then chat will say it started "missile silo Event: start" will repeat 2 times in chat but nothing actually starts and nothing in console but when started manually in chat it starts up right away. 

CrazyRust

Posted

Hi In the config file check that you have set the timer correctly

crtCarl

Posted

6 hours ago, CrazyRust said:

Hi In the config file check that you have set the timer correctly

Thank you for the reply. Timers are set for an hour to start and a hour after starting to end the event. 

 

CrazyRust

Posted

That is not good. if the start time is 3600, the end time should be less, for example 3000.

  • Like 1
crtCarl

Posted

On 5/21/2024 at 8:11 AM, CrazyRust said:

That is not good. if the start time is 3600, the end time should be less, for example 3000.

Thankyou

Tanki

Posted

possible to support truepve and add pvp zone if possible?

 

thanks

CrazyRust

Posted

2 hours ago, Tanki said:

possible to support truepve and add pvp zone if possible?

 

thanks

Hi, I do not fully understand, I use this plugin on PVE server.

Tanki

Posted

add the possibility to make event as PvP on pve server, its better?

CrazyRust

Posted

1 hour ago, Tanki said:

add the possibility to make event as PvP on pve server, its better?

No plans to include such a feature.

Tanki

Posted

22 minutes ago, CrazyRust said:

No plans to include such a feature.

Thanks for you answer!

Klutch

Posted

Can you add an event timer so people can see when its almost over and dont get halfway through a crate then it despawn?

 

CrazyRust

Posted

Hi I'm planning to update the plugin then I'll add this

  • Like 1
SLATE

Posted (edited)

Any chance you can change the code to this:

 

        void Init()
        {
            if (_config.startevent>0)
            {
                timer.Every(_config.startevent, () =>
                {
                    StartEvent();
                    timer.Once(_config.endevent, () =>
                    {
                        EndEvent();
                    });
                });
            }
        }

 

and:

        [ConsoleCommand("siloeventstart")]
        [ChatCommand("siloeventstart")]

and

        [ConsoleCommand("siloeventstop")]
        [ChatCommand("siloeventstop")]

So that those of us that want to trigger this with something like Event Manger can disable the automatic start?

Edited by SLATE
CrazyRust

Posted

9 hours ago, SLATE said:

Any chance you can change the code to this:

 

        void Init()
        {
            if (_config.startevent>0)
            {
                timer.Every(_config.startevent, () =>
                {
                    StartEvent();
                    timer.Once(_config.endevent, () =>
                    {
                        EndEvent();
                    });
                });
            }
        }

 

and:

        [ConsoleCommand("siloeventstart")]
        [ChatCommand("siloeventstart")]

and

        [ConsoleCommand("siloeventstop")]
        [ChatCommand("siloeventstop")]

So that those of us that want to trigger this with something like Event Manger can disable the automatic start?

Hi, the plugin will be completely rebuilt and this feature will be included.

 

  • Love 1
SLATE

Posted

Sounds great. I'll just use my custom changes for now while I wait.  Do you have a timeline by chance? If not, no worries, my workaround is fine for a while

SlayersRust

Posted

Would love to have the ability to change the chat messages and chat prefix within the config so I don't have to edit the cs file itself every update ❤️

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 2

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

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.