diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-06 21:13:46 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-06 21:13:46 -0500 |
| commit | b9c323a705caa324cebfea994cf7b69294f9eebe (patch) | |
| tree | d9b647acea06ddf1dd61936da6beed9c6f1b9ce3 /gamemode/zones.lua | |
| parent | f53052a063b73e92c4e92b214e439b446600fe8a (diff) | |
| download | artery-b9c323a705caa324cebfea994cf7b69294f9eebe.tar.gz artery-b9c323a705caa324cebfea994cf7b69294f9eebe.tar.bz2 artery-b9c323a705caa324cebfea994cf7b69294f9eebe.zip | |
Several additions
* Minor bugfix / feature addition for dropped entities
* Major bugfix for inventories
* Adjusted logo
* ADded some more skills
* Stoped bundeling bobbleheadbob's zones api
Diffstat (limited to 'gamemode/zones.lua')
| -rw-r--r-- | gamemode/zones.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/zones.lua b/gamemode/zones.lua index f95d6f2..5d6d781 100644 --- a/gamemode/zones.lua +++ b/gamemode/zones.lua @@ -1,3 +1,4 @@ +do return end local version = 1.20 -- Older versions will not run if a newer version is used in another script. --[[ ZONES - by Bobbleheadbob with help from Zeh Matt @@ -608,4 +609,4 @@ function zones.PointInPoly(point,poly) //True if point is within a polygon. end return inside -end
\ No newline at end of file +end |
