Hi welcome to Armaholic.
Did you see this page-->
https://community.bistudio.com/wiki/Arma_3_Respawn
you dont need the respawn module for either player or vehicle respawns, for the player just place the name for the faction you are on in a marker, so for example blufor:
respawn_west
for vehicles do the same:
respawn_vehicle_west
be sure to add for the vehicle timer
respawnVehicleDelay = 60;
as for the player respawn use this instead of "base"
Respawn = 3;
always worked for me
=============
For you description.ext
class Header
{
gameType = COOP;
minPlayers = 1;
maxPlayers = 10;
};
author = Nerodenecro;
onLoadName = Stratis - Command - Helo - Day 1;
onLoadMission = www.thepurgegaming.com;
Respawn = 3;
respawnDelay = 10;
[b]respawnDialog = 1;[/b] - (will show all player scores)
respawnTemplatesGuer[] = {"MenuPosition"};
Not necessary but the class header should be on top.
Try that and see if that works for you.