mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 01:20:49 +03:00
Missing Files
This commit is contained in:
18
SQF/dayz_code/loot/spawnGroup.sqf
Normal file
18
SQF/dayz_code/loot/spawnGroup.sqf
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Spawns randomly selected loot from given group.
|
||||
|
||||
Parameters:
|
||||
integer Loot group index in dayz_lootGroups
|
||||
vector Spawn position relative to world
|
||||
|
||||
Return value:
|
||||
object Spawned vehicle.
|
||||
|
||||
Author:
|
||||
Foxy
|
||||
*/
|
||||
|
||||
#include "Loot.hpp"
|
||||
|
||||
Loot_Spawn(Loot_Select(_this select 0, 1) select 0, _this select 1);
|
||||
//[([_this select 0, 1] call loot_select) select 0, _this select 1] call loot_spawn
|
||||
Reference in New Issue
Block a user