Configuration

EMP = {
    VehicleEMP = {
        Enabled = true,
        Radius = 50,
        ReviveTime = 100,   -- How long to wait until re-enabling vehicles // (in seconds) // set to 0 for no revive
    },
    
    BlackoutEMP = {         -- To enable this feature you must have the '5S_Blackout' script in your server and enabled. --> https://5script-innovations.tebex.io/package/5875182
        Enabled = true,
        Radius = 50,
        BlackoutTime = 100, -- How long to wait until turning the power back on // (in seconds) 
    }
}
  • Radius -> How far out (in a circle) the EMP will affect.

  • ReviveTime/BlackoutTime -> How long (in seconds) the effects will last.

Last updated