mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
function comment changes
This commit is contained in:
parent
437551535e
commit
0f88813529
@ -1,9 +1,13 @@
|
||||
/*
|
||||
Author: VAMPIRE, rebooted by IT07
|
||||
Author: IT07
|
||||
|
||||
Description:
|
||||
loads loot crate inventory
|
||||
|
||||
Params:
|
||||
_this: ARRAY
|
||||
_this select 0: OBJECT - the crate
|
||||
|
||||
Returns:
|
||||
BOOL - true if everything went ok
|
||||
*/
|
||||
@ -56,6 +60,7 @@ if not isNull _crate then
|
||||
_backpacks = _settings select 22;
|
||||
_headGear = _settings select 23;
|
||||
_blackList = _settings select 24;
|
||||
|
||||
// Add primary weapons
|
||||
for "_j" from 0 to (_maxPrim - _minPrim + floor random _minPrim) do
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user