#Anti-Camp

5 messages · Page 1 of 1 (latest)

mellow dew
#

Anti-Camp is a plug-in originally made for the nwAPI but translated over to the EXILED API.

Built on Exiled 8.11

It contains a predefined setting in which the nuke can not be deactivated after a 4th cancel/deactivation.

This was made to discourage/prevent SCPs and other teams from camping the nuke in order to stall the round.

It comes with Announcements (with subtitles) that cassie will play when someone tries to disable the warhead after the 4 activation

Source code: https://github.com/Josephfallen/Anti-Nuke-Camp-Exiled/blob/main/Source.cs

Release link: https://github.com/Josephfallen/Anti-Nuke-Camp-Exiled/releases/tag/Production

lilac garden
#

Hello!

I don't think you can run asynchronous tasks since you can't create new threads, but if you have tested the Task as working asynchronously, then ignore this.

Task.Run(async () => await CheckAndUpdatePlugin());
mellow dew
#

Thank you for pointing that out man!

#

updated @lilac garden
Thank you for pointing that out