AsYetUntitled / Framework

Altis Life RPG mission framework for Arma 3 originally made by @TAWTonic.
Other
247 stars 310 forks source link

Paycheck during death fix #721

Open Edward-Bakker opened 4 years ago

Edward-Bakker commented 4 years ago

Resolves #720

Changes proposed in this pull request:

DomT602 commented 4 years ago

So, looking into this issue a bit more, this PR looks like it'd work but looking into the life_is_alive variable further it seems a bit more work may be needed. Once the player dies it is set to false, as expected. If revived, it is reset to true as expected. However, the issue lies with when you respawn - the variable does not get set to true.