Tornado Script V2 [PAID]

A script by rhys19

No reviews yet.
Tornado Script V2 [PAID] main image

Full Description

Tornado Script V2 Released!

Please note this was kind of a rushed release and I don’t have very many testers to help me with sync testing! this updated script will be receiving constant updates!

want to try it out? join my dev server name is Rhys19's Dev server

– this video is old I will be getting a much better one hopefully soon, but the mechanics of the script are similar.
Demo video: https://www.youtube.com/watch?v=ys4ALbSO9z4

currently features:

  • Spawns like 20-30 feet in front of you (so you can run away before you get sucked up :stuck_out_tongue: )
  • Viewable from far away!
  • Tornado Sirens
  • EAS SCRIPT INTEGRATION

Price: $35

Purchase here: https://rhys19-development.tebex.io/category/2474292

EAS Script download can be found here as the original author deleted his: GitHub - rhys19/eas-fivem: EAS-Fivem Working

To configure the EAS add the following to server_config.lua

Ace permission needed:

add_ace group.admin rhys19.tornadocmds allow
    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 that I continued
@SPJESTER Helped with some of the lag and syncing in v1

Please note V2 is getting constant updates, I will be continuing to fix sync issues, etc!

V2.2 includes the following

  • ACE permissions Toggleable in the config
  • Ability to change the ACE Permission name in the config by default it is set at rhys19.tornadocmds
  • Added a notification sound when you spawn the tornado & delete it.

V2.3 will include a few updated features along with cleaning the code, fixing the major sync issue where only 1 player can see the tornado, syncing the positions, and more

Code is accessible: Encrypted by escrow
Subscription based: No
Lines: pretty close to 980 best guess is 975
Requirements: None as of this time
Support: Yes

Edit: I would’ve re opened the original topic but I am unsure how to contact moderators for that purpose