d3xter-dev / dayz-class-selection

DayZ Class Selection Mod
GNU General Public License v3.0
10 stars 5 forks source link

Instant Kill #4

Closed saboteur13 closed 3 years ago

saboteur13 commented 3 years ago

Hi LemmingTV

As discussed on Steam chat yesterday, please see attached: Class Selection Profiles Folder init.c file

Let me know if you require anything else. ClassSelection.zip init.zip

Best, JaNeeKyk

d3xter-dev commented 3 years ago

Hey I had finally time to look into your problem, you set "showClassSelectOnRespawnOnly" which forces the player to select a class everytime they die, but in order to receive the items he has to die again, so he gets instant killed ... better solution for you would be setting showClassSelectOnRespawnOnly to 0 and giveWeaponsAfterDeath to 1 so players can choose a class whenever they want but will receive the items next time they die. (also as player I would be annoyed AF when I have to select a class each time i die)