I put it in my version of evo, here's the beginning of the init.sqs file
I'm not sure what to do, I'm a bit of a newb
debug=false;
setterraingrid 50;
setViewDistance 1200;
//Statics
this exec "markerGPS.sqs";
this exec "PlayerMarker.sqs";
//if(debug) exitWith {};
mando_hitch_no_check_for_drop = true;
//mando_hitch_types = ["LandVehicle","ship", "Air", "ReammoBox", "StaticWeapon"];
mando_hitch_types = ["Car","Motorcycle", "ship"];
mando_hitch_types_heavy = ["Tank","Air", "StaticWeapon"];
mando_hitch_heavies = ["UH60MG", "MAP_CH47D"];
[12]execVM"mando_hitch\mando_hitch.sqf";
[["UH60MG", "MAP_CH47D"]]execVM"mando_hitch\mando_add_hitch.sqf";
//[heli1]execVM"mando_hitch\mando_add_hitch.sqf";
rank1 = 0;
rank2 = 0;
rank3 = 0;
rank4 = 0;
rank5 = 0;
rank6 = 1;
onmission=false;
sobj1=false;
sobj2=false;