lazyink / DayZ-Missions

5 stars 8 forks source link

Crates with supply does not spawn #2

Open Jokaru88 opened 11 years ago

Jokaru88 commented 11 years ago

Crates with supply does not spawn at missions with wrecks.

delwig commented 11 years ago

Same thing happening to me.

Jokaru88 commented 11 years ago

I fix this. Do not use boxes as crate, use Tents, like this: _crate = createVehicle ["TentStorage",[(_coords select 0) - 10, _coords select 1,0],[], 0, "CAN_COLLIDE"]; _crate setVariable ["Mission",1,true];

delwig commented 11 years ago

the only problem with tent storage is they only hold 10 weapons and 50 items, so not all the gear spawns.

Jokaru88 commented 11 years ago

I edit what loot spawn, 10 weapons and 50 items is too many for missions, bots a too stupid to kill players, unless if you have only hatchet.