Jump to content

South America

This is a free download custom map (Procedural map) outlining South America and its surroundings with some custom monuments that will be added in later versions.
Check out

Hydrae Oxide

Hydrae Oxide 4K is our second free map project
Check out

AutoCopter

AutoCopter brings you all the tools needed to survive the Rust Apocalypse while flying in your private helicopter.
Check out

Tanks Factory

This is great alternative of Launch Site. For looting needs red card.
Check out

Cobalt Police Department

Custom Monument for RUST
Check out

Effects


NubbbZ
 Share

Recommended Posts

Effects


Run effects on players or yourself! The plugins is primarily used as an API for other plugins like https://weoxide.net/index.php?/file/274-cookingeffectswrapper/

If you want other effects, message me and i can add them :)

Permissions:

  • effects.use

Commands:

  • /vomit <optional playername>
  • /blur <optional playername>
  • /shake <optional playername>
  • /breathe <optional playername>
  • /lick <optional playername>
  • /killeffects <optional playername>

Config:

{
  "Effects": {
    "vomit": {
      "Enabled": true,
      "InstantEffect": true,
      "EffectLengthInSeconds": 60,
      "EffectInterval": 6
    },
    "lick": {
      "Enabled": true,
      "InstantEffect": true,
      "EffectLengthInSeconds": 60,
      "EffectInterval": 6
    },
    "breathe": {
      "Enabled": true,
      "InstantEffect": true,
      "EffectLengthInSeconds": 60,
      "EffectInterval": 6
    },
    "shake": {
      "Enabled": true,
      "InstantEffect": true,
      "EffectLengthInSeconds": 60,
      "EffectInterval": 6
    },
    "blur": {
      "Enabled": true,
      "InstantEffect": true,
      "EnableFlashing": true,
      "StaticBlurOpacity": 0.5,
      "FlashingBlurOpacity": 0.3,
      "EffectLengthInSeconds": 60,
      "EffectInterval": 6
    }
  }
}

Hooks:

void EffectVomit(BasePlayer Player, int Length, float Interval, bool Instant)
void EffectShake(BasePlayer Player, int Length, float Interval, bool Instant)
void EffectBlur(BasePlayer Player, int Length, float Interval, bool Instant, bool Flashing)
void EffectLick(BasePlayer Player, int Length, float Interval, bool Instant)
void EffectBreathe(BasePlayer Player, int Length, float Interval, bool Instant)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...