rb19810507
Member-
Content count
49 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
4 NeutralAbout rb19810507
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello.For me it works,thanks for the script.I have 1 problem i want the vehicle to be claimable but its working with every vehicle on the server only the convoy vehicles not.It says the vehicle is already claimed but it is not.Where and how can i change the vehicle spawn to be claimable?
-
-
Sorry i was busy I uploaded the loot positions: https://gist.github.com/rb1981/7e0387e769d771c5fd987006390f97bf
-
I have some errors in my rpt,can you help please? I have all files on there place,mission and objects to,in mapconfig i have all placed corectly. sorry for my english. 11:24:28 "DMS ERROR :: Calling DMS_fnc_ImportFromM3E_Static with invalid file/filepath: donmd | _export: <null>" 11:24:28 Error in expression < file/filepath: %1 | _export: %2",_file,_export]; [] }; private _objs = _export> 11:24:28 Error position: <_export]; [] }; private _objs = _export> 11:24:28 Error Undefined variable in expression: _export 11:24:28 File \x\addons\dms\scripts\fn_ImportFromM3E_Static.sqf [DMS_fnc_ImportFromM3E_Static], line 42 11:24:28 SW keep height animation used for a3\structures_f_epb\civ\accessories\woodpile_large_f.p3d 11:24:28 "DMS ERROR :: Calling DMS_fnc_ImportFromM3E_Static with invalid file/filepath: opwolfsbau | _export: <null>" 11:24:28 Error in expression < file/filepath: %1 | _export: %2",_file,_export]; [] }; private _objs = _export> 11:24:28 Error position: <_export]; [] }; private _objs = _export> 11:24:28 Error Undefined variable in expression: _export 11:24:28 File \x\addons\dms\scripts\fn_ImportFromM3E_Static.sqf [DMS_fnc_ImportFromM3E_Static], line 42 11:24:28 "DMS ERROR :: Calling DMS_fnc_ImportFromM3E_Static with invalid file/filepath: check | _export: <null>" 11:24:28 Error in expression < file/filepath: %1 | _export: %2",_file,_export]; [] }; private _objs = _export> 11:24:28 Error position: <_export]; [] }; private _objs = _export> 11:24:28 Error Undefined variable in expression: _export 11:24:28 File \x\addons\dms\scripts\fn_ImportFromM3E_Static.sqf [DMS_fnc_ImportFromM3E_Static], line 42 11:24:29 Strange convex component26 in a3\drones_f\air_f_gamma\uav_02\uav_02_f.p3d:geometryView 11:24:29 O_UAV_02_F: hideweapons - unknown animation source hideweapons 11:24:29 "DMS ERROR :: Calling DMS_fnc_ImportFromM3E_Static with invalid file/filepath: kweis | _export: <null>" 11:24:29 Error in expression < file/filepath: %1 | _export: %2",_file,_export]; [] }; private _objs = _export> 11:24:29 Error position: <_export]; [] }; private _objs = _export> 11:24:29 Error Undefined variable in expression: _export 11:24:29 File \x\addons\dms\scripts\fn_ImportFromM3E_Static.sqf [DMS_fnc_ImportFromM3E_Static], line 42
- 188 replies
-
- dms
- dms missions
-
(and 2 more)
Tagged with:
-
Thanks for the share,nice job! But do i something wrong or the north airfield loot is not implemented yet?Balota works.
-
This is my,its working for me. http://www.filedropper.com/exilechernarus2035_5 the traders are from noelite,i edited the mission.sqm added the needed addons to get it work. I hope it helps.
-
Can somebody help me with install?Where do i have to put this in config.ccp? class CfgVehiclePlateSettings { enable = true; cost = 1000; onlyDonators = false; uidDonators[] = {""}; };
-
thanks for reply.I look at it.
-
How can i change this so i can salvage not only "dead" vehicles?I any way to get the parts in random number after salvaging?Thanks for your nice work!!!!!
-
Adding Pop Tabs to DMS mission crates
rb19810507 replied to DavieReid88's topic in Events, Missions & AI
In fn_fillcrate.sqf put this: // (Maybe) Add money _moneyLootChance = 100; if(random 100 < _moneyLootChance) then { _money = round(random [500,1000,2500]); _crate setVariable ["ExileMoney",_money ,true]; }; in there: if ((_lootValues isEqualType []) && {!((_lootValues select 1) isEqualType {})}) then { // Weapons private _wepValues = _lootValues select 0; private _wepCount = 0; private _weps = if (_wepValues isEqualType []) then { _wepCount = _wepValues select 0; _wepValues select 1 } else { _wepCount = _wepValues; DMS_boxWeapons }; // Items private _itemValues = _lootValues select 1; private _itemCount = 0; private _items = if (_itemValues isEqualType []) then { _itemCount = _itemValues select 0; _itemValues select 1 } else { _itemCount = _itemValues; DMS_boxItems }; // Backpacks private _backpackValues = _lootValues select 2; private _backpackCount = 0; private _backpacks = if (_backpackValues isEqualType []) then { _backpackCount = _backpackValues select 0; _backpackValues select 1 } else { _backpackCount = _backpackValues; DMS_boxBackpacks }; // (Maybe) Add money _moneyLootChance = 100; if(random 100 < _moneyLootChance) then { _money = round(random [500,1000,2500]); _crate setVariable ["ExileMoney",_money ,true]; }; if (DMS_DEBUG) then { (format["FillCrate :: Filling %4 with %1 guns, %2 items and %3 backpacks",_wepCount,_itemCount,_backpackCount,_crate]) call DMS_fnc_DebugLog; }; -
Hello.I love the mod, i use CDAH to on my server.I want to ask is any chance to implement this in cdah or can we get a crafting box like cdah and a craft unit for this?
-
I get the fums missions without HC to work(true, // Enable FuMS missions to run on the main server.),but with HC it dont works.The hc connets but nothing happens,What do i wrong? I have this error in rpt: 21:19:43 "<FuMS:vExile.1> HasAdminAccess: R Alpha 1-2:1 (Reaper) REMOTE is not in AdminData.sqf.
-
Guys what do i need to add to CfgRemoteExec.hpp?I have this error in my rpt: "21:47:32 Scripting function 'exadserver_fnc_clientrequest' is not allowed to be remotely executed" I don't find it on github or here.Can somebody help me?I find hereonly i have to ad this "exadserver_fnc_clientrequest".Need it to be add like this? class CfgRemoteExec { class Functions { mode = 1; jip = 0; class fnc_AdminReq { allowedTargets=2; }; class exadserver_fnc_clientrequest { allowedTargets=2;}; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; class CDAH_fnc_CDAH_Workshop_Gui { allowedTargets=0; }; class ExileClient_system_network_dispatchIncomingMessage { allowedTargets=1; }; }; class Commands { mode=0; jip=0; }; }; is it right?
-
Thanks,nice job!
-
Hy guys.How can i integret CDAH rescepies in 1 category in brama? sorry for my english:(