mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-08-12 04:31:06 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f12c67c5e0 | |||
| b5436bd6d2 | |||
| a10de260c7 | |||
| 4d3ae4b5ee | |||
| f6efa0ec58 | |||
| 5452bc7539 |
@@ -0,0 +1,3 @@
|
|||||||
|
*.iml
|
||||||
|
.idea/encodings.xml
|
||||||
|
*.xml
|
||||||
@@ -16,7 +16,10 @@
|
|||||||
- jmontleon - https://github.com/jmontleon
|
- jmontleon - https://github.com/jmontleon
|
||||||
- emilianomolina - https://github.com/emilianomolina
|
- emilianomolina - https://github.com/emilianomolina
|
||||||
|
|
||||||
Version: 1.70 - 25/06/2017
|
Version: 1.72 - 18/02/2018
|
||||||
|
- Bug fix for crate spam
|
||||||
|
- Improved JTAC Performance - priority & targeting
|
||||||
|
- Added JTAC report for in view
|
||||||
- Added ability to set maximum group size that can be carried
|
- Added ability to set maximum group size that can be carried
|
||||||
- Added new sling load crates
|
- Added new sling load crates
|
||||||
- Fixed bug where crates and / or groups would disappear
|
- Fixed bug where crates and / or groups would disappear
|
||||||
@@ -1581,7 +1584,7 @@ function ctld.spawnCrate(_arguments)
|
|||||||
local _position = _heli:getPosition()
|
local _position = _heli:getPosition()
|
||||||
|
|
||||||
-- check crate spam
|
-- check crate spam
|
||||||
if _heli:getPlayerName() ~= nil and ctld.crateWait[_heli:getPlayerName()] and ctld.crateWait[_heli:getPlayerName()] < timer.getTime() then
|
if _heli:getPlayerName() ~= nil and ctld.crateWait[_heli:getPlayerName()] and ctld.crateWait[_heli:getPlayerName()] > timer.getTime() then
|
||||||
|
|
||||||
ctld.displayMessageToGroup(_heli,"Sorry you must wait "..(ctld.crateWait[_heli:getPlayerName()] - timer.getTime()).. " seconds before you can get another crate", 20)
|
ctld.displayMessageToGroup(_heli,"Sorry you must wait "..(ctld.crateWait[_heli:getPlayerName()] - timer.getTime()).. " seconds before you can get another crate", 20)
|
||||||
return
|
return
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user