-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dogtags #3962
Merged
Dogtags #3962
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ca3171a
Initial commit dogtags
SzwedzikPL 1cdecf7
double dogtag support, fix addDogtagItem event in mp, unconscious uni…
SzwedzikPL 174e69c
move dogtag macros to CfgWeapons
SzwedzikPL 9d4bd0f
Added custom dogtag model and images
BaerMitUmlaut 5dbe99b
Adjusted single and double dogtag renders
BaerMitUmlaut 8bcf24a
Merge pull request #1 from BaerMitUmlaut/dogtags
SzwedzikPL aa407a4
Merge branch 'acemod/master' into dogtags
SzwedzikPL 5313672
dogtag picture
SzwedzikPL acdfa52
Merge branch 'acemod/master' into dogtags
SzwedzikPL 0e247bd
CBA events
SzwedzikPL 1f74bfc
Merge branch 'dogtags' of https://github.com/SzwedzikPL/ACE3 into Szw…
nicolasbadano e58d829
Restyle the dog tag text.
nicolasbadano 0d30bf1
- Add random service number and bloodtypes to all units.
nicolasbadano 6df82aa
I can't believe it happened to me.
nicolasbadano 88cf6aa
Attempt on making blood type and service number unique for players
nicolasbadano c883132
add function to report a blood type which is fixed to the units name
commy2 c47898a
Parse the first portion of the uid
nicolasbadano 578477e
Fix issue with dogtag respawn/setVariable
PabstMirror 09fd2c4
Merge pull request #3965 from acemod/fixDogtagRespawn
nicolasbadano 171e6b2
Merge branch 'dogtags_blood_type' of github.com:KoffeinFlummi/ACE3 in…
nicolasbadano 7e3e101
Nah, they don't
nicolasbadano 7f39748
Tidy up text position to properly acommodate two line names
nicolasbadano 3972504
Add dogtag actions to body bags
PabstMirror ebcf168
Generate SSN of unit from their name
kymckay 6d8121b
Improve unit name SSN generation
kymckay 3fa1758
Merge pull request #3971 from acemod/dogtags-player-ssn
nicolasbadano 6801954
Merge pull request #3969 from acemod/dogtag-bodybag
nicolasbadano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, but it would probably make sense to store the value of
getPlayerUID
in a variable instead of using the command multiple times (also the lack of camel case triggers me 🐫)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise 👍