Hey Fred,
I had to add a few more exceptions to the setDamage.txt
5 "1.000000" !="zZombie_Base" !="z_priest" !="z_hunter" !="z_teacher" !="z_doctor" !="z_worker1" !="z_worker2" !="z_worker3" !="z_villager1" !="z_villager2" !="z_villager3" !="z_suit2" !="z_suit1" !="z_policeman" !="z_soldier"...
Hey, I am trying to make a custom loot table for the crash sites and have changed the loot call code to the following:
_num = round(random _randomizedLoot) + _guaranteedLoot;
_config = configFile >> "CfgBuildingLoot" >> _lootTable;
_itemType = [["FN_FAL", "weapon"]...
I would like to put a jet onto our server, but first want to remove the ammo so it is not OP. Would the code below work?
if (_object isKindOf "Su25_CDF") then {
_object setVehicleAmmo 0;
};
Thanks!
R4Z0R49 has stated that the new patch will only be realesed AFTER Rocket gets back from his trip.
http://dayzmod.com/forum/index.php?/topic/132982-new-patch-coming-soon-to-dayz/page__st__180#entry1300712
So I was looking at how the buildings are fetched and found this in server_monitor.sqf
//Stream in objects
/* STREAM OBJECTS */
//Send the key
_key = format["CHILD:302:%1:",dayZ_instance];
_result = _key call server_hiveReadWrite;
diag_log "HIVE: Request...
I added this to Panthera and it's giving me a strange bug. You can jump fine, but after you pull the chute, the chute disappears and you fall to the ground...
Any ideas as to why this may be happening or where I should be looking?
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.