Hi, can someone please help? - I am trying to create a death bubble on BFV 1.2 to stop base campers, I have read the tutorial and tried to use the code as stated with no success, I am trying this on the SSM so I wonder if for some reason this is different? See below the code I have used;
On Hastings_001 Server side
ObjectSpawnsTemplate.con
rem *** Kills red guys ***
ObjectTemplate.Active O_HeliRepairRearmPoint
ObjectTemplate.radius 150
ObjectTemplate.team 1
ObjectTemplate.setHealth -1 -2 0
ObjectTemplate.addVehicleType oh-6 -1 -4 0
ObjectTemplate.addVehicleType pbr -1 -4 0
ObjectTemplate.addVehicleType UH1Assault -1 -4 0
ObjectTemplate.addVehicleType Mi8 -1 -4 0
ObjectTemplate.addVehicleType Mig17 -1 -4 0
ObjectTemplate.addVehicleType Mig21 -1 -4 0
ObjectTemplate.addVehicleType PT76 -1 -4 0
ObjectTemplate.addVehicleType Patton -1 -4 0
ObjectTemplate.addVehicleType m113 -1 -4 0
ObjectTemplate.addVehicleType BTR60 -1 -4 0
ObjectTemplate.addVehicleType Corsair -1 -4 0
ObjectTemplate.addVehicleType ZSU -1 -4 0
ObjectTemplate.workOnVehicles 1
ObjectTemplate.workOnSoldiers 1
And in the objecttemplate.con
rem *** Kills red guys ***
Object.create O_HeliRepairRearmPoint
Object.absolutePosition 788.90/45.80/1545.00
Object.rotation 0/0/9.88312e-006
Please help!
Thanks
Scooby