Home   Help Search Login Register  

Author Topic: move dead body below ground  (Read 1110 times)

0 Members and 1 Guest are viewing this topic.

Offline myke13021

  • Contributing Member
  • **
  • Myke
Re:move dead body below ground
« Reply #15 on: 20 Apr 2004, 20:27:40 »
YES!!!...i got it...it works...and it is so f***in simple, i could cry!!!

To smoothly hide dead bodies in ground it just needs.....a blackop.

For all those who like to know, here's a how to:

Create a Black Op somewhere on your map...he hasn't to be close, so put it where it can't be seen...on a offshore island i.e

Name this guy (Bodyhider i.e.)

make a script for deleting dead bodies like this one:

;delbody.sqs
?!(local server): exit
_dude = _this select 0
removeallweapons _dude
~60
bodyhider action ["hidebody", _dude]
~10
deletevehicle _dude
exit


make this script launched with eventhandler "killed"...et voilà...dead bodies sink smoothly into ground before they get deleted
« Last Edit: 20 Apr 2004, 22:04:08 by myke13021 »