Hi, how i can allowed looting dead bodies? dead)) v4.5

how i can allowed looting dead bodies? dead)) v4.5
-
arrra -
23. Oktober 2016 um 20:11 -
Geschlossen -
Erledigt
-
-
https://board.nitrado.net/support-de-ger…lootbar-machen/
in english:
at the bottom you see this:
delete or comment out with /* */
-
https://board.nitrado.net/support-de-ger…lootbar-machen/
in english:
at the bottom you see this:
delete or comment out with /* */
Verweise einen Englischen User auf eine Deutsche Seite, GG WP...
Open your File fn_inventoryOpened.sqf look for
Code: fn_inventoryOpened.sqf//Allow alive players who've been knocked out to be looted, just not the dead ones if(_container isKindOf "Man" && !alive _container) exitWith { hint localize "STR_NOTF_NoLootingPerson"; [] spawn { waitUntil {!isNull (findDisplay 602)}; closeDialog 0; }; };
and delete or comment this section out!
//Just translated from the Nitrado.net Website.
-
Verweise einen Englischen User auf eine Deutsche Seite, GG WP...
Open your File fn_inventoryOpened.sqf look forCode: fn_inventoryOpened.sqf//Allow alive players who've been knocked out to be looted, just not the dead ones if(_container isKindOf "Man" && !alive _container) exitWith { hint localize "STR_NOTF_NoLootingPerson"; [] spawn { waitUntil {!isNull (findDisplay 602)}; closeDialog 0; }; };
and delete or comment this section out!
//Just translated from the Nitrado.net Website.
I cut out, what you said does not work. Looting allows but when the physician raises things Dupe
sorry for my eng -
So wait, lets start over.
So you want to loot dead bodies?
If yes, normally what i say should working. If it isn't working, can you paste me your fn_inventoryOpened.sqf?If not, you should try to better expain what you want
-
-
tell me what needs to be changed, please, this is very important. When I saw the script on the box that falls to death, now I can not find it. even the name of the file that you want to change
-
Verweise einen Englischen User auf eine Deutsche Seite, GG WP...
Open your File fn_inventoryOpened.sqf look forCode: fn_inventoryOpened.sqf//Allow alive players who've been knocked out to be looted, just not the dead ones if(_container isKindOf "Man" && !alive _container) exitWith { hint localize "STR_NOTF_NoLootingPerson"; [] spawn { waitUntil {!isNull (findDisplay 602)}; closeDialog 0; }; };
and delete or comment this section out!
//Just translated from the Nitrado.net Website.
Sorry ich wollte nur zeigen das das nicht von mir ist -.- ich habe das deutsche Übersetzt. Der Quellcode ist ja eh auf Englisch...
-
- Offizieller Beitrag
#MOVED