Well I added the lines in your description.ext file into mine. Don't have a clue of what should I add more or what I should modify. Actually my description.ext is the following:
class Header
{
gameType = Coop;
minPlayers = 1;
maxPlayers = 28;
};
class RscTitles
{
#include "mando_hitch\mando_hitch_titles.h"
};
#include "EMSI_Data\EMSI_UAV_display.hpp"
#include "EMSI_Data\EMSI_UAV_console.hpp"
#include "EMSI_Data\EMSI_UAV_map.hpp"
onLoadMission = "Operation Sakah Freedom - Part1 - Insurgence";
OnLoadMissionTime = FALSE;
//description.ext settings for revive
respawn = "INSTANT";
respawndelay = 4;
#include "revive_sqf\dialogs\respawn_button_1.hpp"
#include "revive_sqf\dialogs\respawn_button_2.hpp"
#include "revive_sqf\dialogs\respawn_button_3.hpp"
#include "revive_sqf\dialogs\respawn_button_4.hpp"
#include "revive_sqf\dialogs\respawn_button_1b.hpp"
#include "revive_sqf\dialogs\respawn_button_2b.hpp"
#include "revive_sqf\dialogs\respawn_button_3b.hpp"
#include "revive_sqf\dialogs\respawn_button_4b.hpp"
#include "revive_sqf\dialogs\config.cpp"
#include "revive_sqf\dialogs\rev_cam_dialog.hpp"
// Include spectating script resource
#include "spect\spectating.hpp"
///////////////////////////////////////////////////////////////////////////////////////////
titleParam2 = "Number of Revives:";
valuesParam2[] = {1000,20,10,7,5};
defValueParam2 = 7;
textsParam2[] = {"Infinite - Cadet","20 - Easy ","10 - Normal","7 - Hard","5 - Extreme"};
///////////////////////////////////////////////////////////////////////////////////////////