VERSION 1 FINAL DOWNLOAD: https://github.com/rhys19/Tornado-Script-FiveM/releases/tag/V1-Final
V2 is coming not as soon as I would’ve hoped due to personal issues
Hello i have updated @glitchdetector Tornado Mod!
Demo video: https://www.youtube.com/watch?v=ys4ALbSO9z4
currently features:
- Custom NativeUI Menu to spawn & Delete the tornadoes (Ace Permissions)
- Spawns like 20-30 feet in front of you (so you can run away before you get sucked up )
- Everything else that was from the original script
- Viewable from far away!
Original Script had:
- Picks up vehicles, peds, objects (configurable)
- Does not produce audio.
Coming Soon
Tornado Sirens- DONE- Radar System
- Less Lag
- Knocks out the city power
- Blows up the power transformers (if lightning hits it)
Currently in the works
- Tornado Sirens 100%
- Radar System 10%
- Less Lag 58%
- Power outages 95%
- Transformer explodes on impact 2%
Feel Free to make edits, make it better, etc
Ace Permissions setup
add_ace group.admin rhys19.tornado allow
Pictures are on the github! (Not updated pics)
Permission from Glitch Detector
Link to old script: [Release] Tornado Script
Downloads
Release 2.1.4 (Github) (Github Release)
Direct Download | Latest [2.1.4]
To configure the EAS add the following to server_config.lua
NWS = {
name = "National Weather Service"
}
so in the end it should look like:
Config = {}
Config.EAS = {}
Config.EAS.Departments = {
LSPD = {
name = "Los Santos Police Department"
},
LSSD = {
name = "Los Santos Sheriff's Department"
},
USGVT = {
name = "United States Government"
},
NWS = {
name = "National Weather Service"
}
}
Config.EAS.admins =
{
'steam:yoursteamhex',
}
or just download this config file and replace the other one inside of your EAS resource folder
server_config.lua (438 Bytes)
Commands
- /tornado summon - summons tornado
- /tornado delete - deletes tornado
Credits
@glitchdetector - Original Script & allowing me to continue it
@SPJESTER - Fixing a lot of the issues and providing beta test versions