Jump to content

DailyGrind

Member
  • Content Count

    23
  • Joined

  • Last visited

  • Medals

Everything posted by DailyGrind

  1. I'm adding this code in Hearts and Minds by BTC but im not getting any reward after killing AI, I only receive reward for X Time stay in game.. [_AI] call HG_fnc_aiSetup; private ["_killer"]; _killer = (_this select 0) getVariable ["ace_medical_lastDamageSource", (_this select 1)]; if (!isDedicated && !hasInterface) then { [(_this select 0), _killer] remoteExec ["btc_fnc_mil_unit_killed",2]; } else { if (random 100 > btc_info_intel_chance) then { (_this select 0) setVariable ["intel",true]; }; if (isPlayer _killer) then { if (isServer) then { btc_rep_bonus_mil_killed call btc_fnc_rep_change; [_AI] call HG_fnc_aiSetup; } else { [btc_rep_bonus_mil_killed,"btc_fnc_rep_change",false] spawn BIS_fnc_MP; }; }; //{count units _x == 0} count allGroups; //(allGroups select {count units _x == 0}) apply {deleteGroup _x} //(_this select 0) spawn {sleep 0.5;{deleteVehicle _x} foreach (nearestObjects [_this, ["WeaponHolderSimulated"], 5]);};
  2. loadScreen = "core\img\btc.paa"; author = .; onLoadName = ..; onLoadMission = ..; #include "core\def\dlg_def.hpp" #include "core\fnc\fob\dlg.hpp" #include "core\fnc\int\progress_bar.hpp" #include "core\fnc\log\dlg.hpp" //#include "core\fnc\rev\dlg.hpp" #include "core\sounds\sounds.hpp" #include "core\def\param.hpp" #include "core\fnc\task\tasktypes.hpp" #include "core\def\functions.hpp" #include "core\fnc\eh\extended_InitPost_EH.hpp" #include "HG\UI\HG_DialogsMaster.h" class RscTitles { #include "HG\UI\Dialogs\HG_HUD.h" class Default { idd = -1; fadein = 0; fadeout = 0; duration = 0; }; //#include "core\fnc\rev\rsc.hpp" #include "core\fnc\log\rsc.hpp" }; class CfgClient { #include "HG\Config\HG_Config.h" }; class CfgFunctions { #include "HG\Functions\HG_Functions.h" }; Im always getting this error.. specially in class CfgFunctions. Pls help
  3. 1. Select the all the scripts and paste them into your mission.pbo or folder. 2. For getting money from AI kills make sure in the AI's init field this code is added: null = [this] execVM "cashOnKillAI"; what do you mean by this? do I need to put this code "null = [this] execVM "cashOnKillAI";" in every AI that I put in mission file? what about for example the AI is randomly generated from the server?
  4. DailyGrind

    Task Force Arrowhead Radio

    hello, I have a question.. last time when we play a joint ops mission we are on the TS and when we join to the arma 3 game server we are automatically move from another channel in TS... how to make it using tfar?
  5. someone pls tell me how to add money when killing AI?
  6. Can I use this as a regular script? without the database? just like put it in a mission file?
  7. Shay_gman, is it possible to use the MCC to make auto generated random Mission/SideMission?
  8. Can I use the sandstorm module in the Editor without the yellowish collor? if yes, how to change it in script?
  9. DailyGrind

    Zombies & Demons 5.0

    is the Z&D broke? every time the zombie respawn they don't move.
  10. someone give me an example mission of MCC survival? mine is not working also the loot in objects. ok, now I know what the promblem is.. the MCC is not working with CBA and Ace. like for example in the survival mode you cant use the loot search. and its not working in CUP terrain maps
  11. can you make this compatible in MP?
  12. how to add damage to player? and the sound not working Edit* i think the sample mission file is not working..
  13. is it possible to use the "Lights Off" (something like that) in MCC to 3den editor? also is there a module to enable the survival in editor too?
  14. DailyGrind

    Enemy occupation system (eos)

    guys? I only want infantry to spawn in the area, how do I do that? I try to remove the classname of the vehicle but i'm getting error
  15. DailyGrind

    Zombies & Demons 5.0

    do you guys have all the classname of the zombie?
  16. DailyGrind

    Zombies & Demons 5.0

    thanks for the quick reply and tips... now I know why they didn't respawn, I thinks its because of when I try the game in editor I use teleport to move away my character from the spawn point maybe thats the reason to break the spawn...
  17. DailyGrind

    Zombies & Demons 5.0

    Yes, I sync the two module, Spawn Module to Deletion Settings. here's are my settings in module
  18. DailyGrind

    Zombies & Demons 5.0

    Hello, thanks for sharing this awesome mod. I have a question about the "Deletion Settings" why every time i leave the place where the zombie spawn the zombie got deleted (Yeah, thats what I want) and when I get back they dont respawn? also, pls tell me what is the classname of Anti Virus? cuz I want to put Anti Virus in Zombie Loot. thanks
  19. DailyGrind

    JSRS4 - APEX 1.2

    where is the 1.4?
  20. DailyGrind

    co10 Escape

    how can I disable the "Revive" script in this mission? because I want to use the "ACE Medic function "
  21. how can I make this to enable to run when using this mod?
  22. DailyGrind

    [MP][CTI-COOP] Liberation (beta)

    Hi guys, can you guys give a example on how can I change the CSAT Faction to LeighOpfor ISTS? so is this the correct line? // All OPFOR infantry. Defining a value here will replace the default value from the original mission. opfor_sentry = nil; opfor_rifleman = nil; opfor_grenadier = nil; opfor_squad_leader = nil; opfor_team_leader = nil; opfor_marksman = nil; opfor_machinegunner = nil; opfor_heavygunner = nil; opfor_medic = nil; opfor_rpg = nil; opfor_at = nil; opfor_aa = nil; opfor_officer = nil; opfor_sharpshooter = nil; opfor_sniper = nil; opfor_engineer = nil; opfor_paratrooper = nil;
×