GF Earthquakes Script - Mod   by   GEORGE FLOROS [GR]  
Description: Spawn Random Earthquakes, 10 Random type, from small to large, with Building destruction,
to spice it a little bit.You are free to do anything but i would like to give me Credits for this!
Simple and easy to use and adapt .
Have Fun !  
Installation / Usage: For usage instructions and information of how to use the GF Earthquake Script  , please refer to the included documentation and/or example mission.     https://community.bistudio.com/wiki/SQF_syntax
Don't try to open this with the simple notepad.

For everything that is with comment // in front or between /*
means that it is disabled , so there is no need to delete the extra lines.

You can open this ex:
with notepad++
https://notepad-plus-plus.org/

and also use the extra pluggins
(this way will be better , it will give also some certain colours to be able to detect ex. problems )
http://www.armaholic.com/page.php?id=8680

or use any other program for editing .

For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/     Notes: Configurable Script.
You can change the time , by changing :
// How much time to wait for the next earthquake          
sleep (600 + random 2700);    //    600 sec ( 10 minutes ) +  random 2700 ( 45 minutes )  
Credits & Thanks: Thanks to All script contributors
Thanks to everyone who tries to do the best for this game!
Thanks to BIS for such a great platform .
Thanks to BIS Community and BIS Community Forums .
Thanks to Armaholic Community and Forums .  
Changelog: v3.0
Included a mod version.
Added a distance check and blacklist zones.
Added more options.   v2.0
Code optimization,
added 5 more different type of earthquakes,
added some options and small additions inside the scripts ,
changed the name of all the scripts , starting now with GF .   v1.0     Forum topic:
- BI forums  https://forums.bistudio.com/forums/topic/212274-earthquakes_gf-script/
- Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39687&n=last#bottom  
  Armaholic
GF Earthquakes Script - Mod