[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Insta-Kill Object? I'm looking for a line of code that...
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Insta-Kill Object? I'm looking for a line of code that...
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=22&t=4104
Page 1 of 2

Author:  AwesomeATrain [ Sun Jun 15, 2008 12:51 am ]
Post subject:  Insta-Kill Object? I'm looking for a line of code that...

Hey everybody, I am looking for a line or two of code that will insta-kill a person if they come in a certain radius. I have buggies that are modified with different materials and such server side, but when you attempt to run somebody over, they just bounce back really far with no damage. The buggy uses either 22 or 33 material, I can't remember with eles of 0.6 or 0.5, can't recall.

Anyway, I'm looking to add an existing object to the front of the jeep that will insta-kill a person if they touch it or come within a radius. I believe wrecked fire hurts infantry but I haven't found any code that hurts infantry when inside fire. Any ideas guys?

Author:  [TKO]Twist [ Sun Jun 15, 2008 11:09 am ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

Negative healing object set to -100

Author:  AwesomeATrain [ Sun Jun 15, 2008 5:23 pm ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

What's the code for a negative healing object. Cause I tried an experiment that would damage helos and infantry using the helipad by using -99 heal rate and nothing happened.

Author:  [TKO]Twist [ Sun Jun 15, 2008 6:57 pm ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

Uhm, it works on BFV abd BF'42

Author:  Boom [ Mon Jun 16, 2008 2:19 am ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

Hmm, the problem with using a negative health "bubble" around a jeep would be that even when the jeep is motionless it'd kill people, right?

Author:  AwesomeATrain [ Mon Jun 16, 2008 6:11 am ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

I'm not talkin about it surrounding the entire jeep. I'm talkin about less than half a meter stuck to the front of the jeep so that if you touch the front of the jeep, you die. Very simple.

Author:  [TKO]Twist [ Mon Jun 16, 2008 1:39 pm ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

invisible spikes?

Author:  AwesomeATrain [ Mon Jun 16, 2008 5:12 pm ]
Post subject:  Re: Insta-Kill Object? I'm looking for a line of code that...

That's what I was thinkin...but how?

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/