Jump to content

sion

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About sion

  • Rank
    Private First Class
  1. sion

    UPSMON Updated to ArmaIII

    maybe u didnt see earlier posts, but it seems that something essential is broken in UPSMON if you attack an UPSMON Squad other ones wont come to help. even if they sre in the same zone and just 50 meters away they keep patroling in safe mode while the other squad is in fight and getting defeated... any idea what might be wrong? no script errors are shown
  2. sion

    UPSMON Updated to ArmaIII

    Hey cool :) Is it possible to Check the issue baton1990 Posted? Units within same area or within radiosharedistance doesnt share enemies Position.. Even if u attack One group another One just 50 meters away stays in safemode and paztrols ... Amy idea what might be wrong?
  3. sion

    UPSMON Updated to ArmaIII

    Yeah i know just wanted to tell u so you can update DL Link so new users have the complet pac ;)
  4. sion

    UPSMON Updated to ArmaIII

    Is there a new folderpath for setting the MarkerAlpha to 0? In the newer versions the folder "!R" is missing.
  5. this = "test_EmptyObjectForSmoke" createVehicle position this; Try this
  6. There is also an object for smoke only like test_EmptyObjectForFireBig. Don't know the name now... use config Browser. Maybe it is test_EmptyObjectForSmokeBig
  7. sion

    UPSMON Updated to ArmaIII

    working now again :) thx a lot keep up the great work! im really impressed how fast u fix those problems and always are helping :) thx !!!!
  8. sion

    UPSMON Updated to ArmaIII

    just found out something interesting... patched nack to version 6.0.6.5.7 from 29th January reinforcement: is working and no script error with dead upsmon units (no delete: and no eventhandler used just the same code like i posted u before with the mission link)
  9. sion

    UPSMON Updated to ArmaIII

    of course i only want them to be deleted when killed... so i used eventhandler {_x addEventHandler ["killed", "_x setvariable [""UPS_Deletegroup"",true]"]} foreach units _grp1; still Script error few seconds after they are killed btw: "reinforcement:" also seems not to work anymore
  10. sion

    UPSMON Updated to ArmaIII

    not quite sure where to use it .... for "_x" from 1 to 5 do { _type = ["small"] call BIS_fnc_selectRandom; _grp_array = [_type] call fnc_random_grp_o_fia; _grp1 = [getMarkerPos _pos, _side, _grp_array] call BIS_fnc_spawnGroup; if (_no_nvg) then {{_x unassignItem "NVGoggles_OPFOR"; _x removeItem "NVGoggles_OPFOR";} foreach units _grp1;}; if (_no_helmet) then {{removeHeadgear _x;} foreach units _grp1;}; _grp1 setBehaviour "SAFE"; nul=[leader _grp1,_pos,"random","spawned","nofollow"] execVM "scripts\upsmon.sqf"; [color="#FF0000"]{_x setvariable ["UPS_Deletegroup",true];} foreach units _grp1;[/color] }; if i use it there they will be deleted just after beeing spawned...
  11. sion

    UPSMON Updated to ArmaIII

    https://dl.dropboxusercontent.com/u/75663989/ARMA%203%20Missionen/%5BTSS%5D_Co08_IronDragon_1v0.Altis.rar
  12. sion

    UPSMON Updated to ArmaIII

    when i use the new common and AZE folders upsmon doesent seem to work at all File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 214 Error in expression <live members %1 %2 %3",_grpidx,typename _npc,typeof _npc, count units _npc]}; > Error position: <_npc,typeof _npc, count units _npc]}; > Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 247 Error in expression <j] call MON_getleader; }; }; if (!(_npc iskindof "Man")) then { if (!isnul> Error position: <_npc iskindof "Man")) then { if (!isnul> Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 232 "UPSMON - npc [O Alpha 2-2:1] - typename [OBJECT] - typeof [O_G_Soldier_TL_F] - units [[O Alpha 2-2:1,O Alpha 2-2:2]]" Error in expression <_npc = ( [_npc,units (group _npc)] call MON_getleader ); } else { _vehicles = [> Error position: <MON_getleader ); } else { _vehicles = [> Error Undefined variable in expression: mon_getleader File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 214 Error in expression <live members %1 %2 %3",_grpidx,typename _npc,typeof _npc, count units _npc]}; > Error position: <_npc,typeof _npc, count units _npc]}; > Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 247 Error in expression <j] call MON_getleader; }; }; if (!(_npc iskindof "Man")) then { if (!isnul> Error position: <_npc iskindof "Man")) then { if (!isnul> Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 232 "UPSMON - npc [O Alpha 4-1:1] - typename [OBJECT] - typeof [O_G_Soldier_TL_F] - units [[O Alpha 4-1:1,O Alpha 4-1:2]]" Error in expression <_npc = ( [_npc,units (group _npc)] call MON_getleader ); } else { _vehicles = [> Error position: <MON_getleader ); } else { _vehicles = [> Error Undefined variable in expression: mon_getleader File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 214 Error in expression <live members %1 %2 %3",_grpidx,typename _npc,typeof _npc, count units _npc]}; > Error position: <_npc,typeof _npc, count units _npc]}; > Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 247 Error in expression <j] call MON_getleader; }; }; if (!(_npc iskindof "Man")) then { if (!isnul> Error position: <_npc iskindof "Man")) then { if (!isnul> Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 232 "UPSMON - npc [O Alpha 4-2:1] - typename [OBJECT] - typeof [O_G_Soldier_TL_F] - units [[O Alpha 4-2:1,O Alpha 4-2:2]]" Error in expression <_npc = ( [_npc,units (group _npc)] call MON_getleader ); } else { _vehicles = [> Error position: <MON_getleader ); } else { _vehicles = [> Error Undefined variable in expression: mon_getleader File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 214 Error in expression <live members %1 %2 %3",_grpidx,typename _npc,typeof _npc, count units _npc]}; > Error position: <_npc,typeof _npc, count units _npc]}; > Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 247 Error in expression <j] call MON_getleader; }; }; if (!(_npc iskindof "Man")) then { if (!isnul> Error position: <_npc iskindof "Man")) then { if (!isnul> Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 232 "UPSMON - npc [O Alpha 4-3:1] - typename [OBJECT] - typeof [O_G_Soldier_TL_F] - units [[O Alpha 4-3:1,O Alpha 4-3:2,O Alpha 4-3:3,O Alpha 4-3:4]]" Error in expression <_npc = ( [_npc,units (group _npc)] call MON_getleader ); } else { _vehicles = [> Error position: <MON_getleader ); } else { _vehicles = [> Error Undefined variable in expression: mon_getleader File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 214 Error in expression <live members %1 %2 %3",_grpidx,typename _npc,typeof _npc, count units _npc]}; > Error position: <_npc,typeof _npc, count units _npc]}; > Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 247 Error in expression <j] call MON_getleader; }; }; if (!(_npc iskindof "Man")) then { if (!isnul> Error position: <_npc iskindof "Man")) then { if (!isnul> Error Undefined variable in expression: _npc File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 232 "UPSMON - npc [O Alpha 1-3:1] - typename [OBJECT] - typeof [O_G_Soldier_TL_F] - units [[O Alpha 1-3:1,O Alpha 1-3:2,O Alpha 1-3:3,O Alpha 1-3:4]]" Error in expression <_npc = ( [_npc,units (group _npc)] call MON_getleader ); } else { _vehicles = [> Error position: <MON_getleader ); } else { _vehicles = [> Error Undefined variable in expression: mon_getleader File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\upsmon.sqf, line 214 Error in expression <live members %1 %2 %3",_grpidx,typename _npc,typeof _npc, count units _npc]}; > Error position: <_npc,typeof _npc, count units _npc]}; > Error Undefined variable in expression: _npc with not using them just the one wich are in UPSMON Folder i still get the remove issue posted above
  13. sion

    UPSMON Updated to ArmaIII

    Hi there Got another Issue After killing some UPSMON Guys this scripterror occurs repeadetly Error in expression <_membertypes = nil; _UCthis = nil; if (_removeunit) then { {Deletevehicle _x} > Error position: <_removeunit) then { {Deletevehicle _x} > Error Undefined variable in expression: _removeunit File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\UPSMON\modules\UPS_respawn.sqf, line 140 "KRON_Arti: [[]]" Protocol bin\config.bin/RadioProtocolGRE/: Missing word allGroup Protocol bin\config.bin/RadioProtocolGRE/: Missing word allGroup "KRON_Arti: [[]]" Protocol bin\config.bin/RadioProtocolGRE/: Missing word allGroup WARNING: Function 'name' - Militidas Melidoni is dead Protocol bin\config.bin/RadioProtocolGRE/: Missing word allGroup WARNING: Function 'name' - Vangelis Manetta is dead Error in expression <_membertypes = nil; _UCthis = nil; if (_removeunit) then { {Deletevehicle _x} > Error position: <_removeunit) then { {Deletevehicle _x} > Error Undefined variable in expression: _removeunit File C:\Users\Martin\Documents\Arma 3 - Other Profiles\sion%2e\missions\[TSS]_Co08_IronDragon_1v0.Altis\scripts\UPSMON\modules\UPS_respawn.sqf, line 140 "KRON_Arti: [[]]"
  14. sion

    UPSMON Updated to ArmaIII

    ah ok so only works with default thx a lot
  15. sion

    UPSMON Updated to ArmaIII

    set to unlocked ... still doesnt seem to work? did it work for you?
×