Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How do you change the weapons that spawn in crates
I am running overwatch and Sarge AI
I have changed all to "Sarge"
I have changed to "TentStorage"
and i have tried to add and remove stuff from SM1, etc.
but all missions have the same loot spawning
any suggestions?
Installed. Missions work. Player base LOVES this mod on the server. Getting excellent feedback. But when completed, no loot crates are spawning.Any suggestions? I am not running Sarge AI.
i have change them but they will not spawn weapons i put in them
or any weapons
only ammo
and misc items
could it be because i got it set to tent ?
got it working bug kind of having lag issue,may be my server isnt powerful enough
i got the same problem as well. change the crate to tents and the same items spawn
BIS_fnc_findSafePos
How to find safe position with open ground etc.
Please read BIS_fnc_SpawnGroup how to place Functions manager gamelogic and to check if its running and initialized.
Parameter Description
1 Position
2 Minimum distance
3 Maximum distance
4 Maximum distance from nearest object
5 0 - cant be in water, 1 - ?
6 Terrain gradient (how steep terrain)
7 0 - shore mode; does not have to be in shore
_newPos = [_pos, 0, 500, 30, 0, 20, 0] call BIS_fnc_findSafePos;
if(vehicle _x != _x && (vehicle _x getVariable [""Mission"",0] != 1) && !(vehicle _x in _safety) && (isPlayer _x) && (typeOf vehicle _x) != ""ParachuteWest"" && (vehicle _x getVariable [""DZAI"",0] != 1)) then {" \n
Vehicles disappear from missions after restart is because those vehicles are not written to the database. This is not new. This has always been the way it is.hello,
the script is working fine. but i have one problem:
-Vehicles from the mission will explode after someone gets in.
i have changed the cleanup file in my server pbo into this:
Code:if(vehicle _x != _x && (vehicle _x getVariable [""Mission"",0] != 1) && !(vehicle _x in _safety) && (isPlayer _x) && (typeOf vehicle _x) != ""ParachuteWest"" && (vehicle _x getVariable [""DZAI"",0] != 1)) then {" \n
the logfile says "killed an hacker" so is there an error in my cleanup?
edit:
now it works with the code above... oO
But now i have another problem, the vehicles from the missions will disappear after restart. somebody know to fix this?