v0.4.0 Release candidate #130
Merged
ultranoobian merged 11 commits intoDUWS-R-Team:masterfrom Feb 27, 2017
Merged
Conversation
Added Prowler (Armed/Unarmed Variants) Added Blackfish (Infantry/Vehicle/Armed Variants) Added UAV VTOL Falcon
Corrected error where switch cases no longer aligned with menu items Refactored switch statements to be in numerical order Commented in the vehicle name to make it easier to identify the vehicle in the statement
Plays a alarm when the vehicle has a missile being fired at it.
Changed check to look for client side flag instead of mission code flag. This will remotely execute on the 'game_master' aka 'player1's machine.
EWS EH was only being run locally on the client machine. Changed 'addEWS_EH' function to global. Variable 'vehic' changed to global to be compatiable with remote execution on clients. 'vehic' is nil-ed each time a new vehicle is spawned.
Contributor
Author
|
Reviewed 3 of 3 files at r1. Comments from Reviewable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change is