[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 • Search

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Sun Apr 28, 2024 8:38 pm

All times are UTC


Search found 133 matches
Search these results:

Author Message

 Forum: Questions / Need Assistance   Topic: adding new objects to ships

Posted: Tue Jan 27, 2009 6:31 pm 

Replies: 21
Views: 6934


So i take it that i put this code under the ObjectSpawnTemplates.con? And does it go under the tango spawner or the oh spawner?

 Forum: Questions / Need Assistance   Topic: harrier style planes?

 Post subject: Re: harrier style planes?
Posted: Wed Jan 28, 2009 6:38 pm 

Replies: 12
Views: 6380


just out of curiosity do you think , if the plane ad a jet engine, that you could make the engine tilt, on hover takeoff and landing?

 Forum: Questions / Need Assistance   Topic: adding new objects to ships

Posted: Thu Jan 29, 2009 7:16 pm 

Replies: 21
Views: 6934


umm, i was wondering if, the loach spawner was called Tango_oh_6_spawner, if i would put that in next to ObjectTemplate.addTemplate? or the actual vehicle?

 Forum: Questions / Need Assistance   Topic: adding new objects to ships

Posted: Thu Jan 29, 2009 8:02 pm 

Replies: 21
Views: 6934


okay it's not working, the helicopter still falls off the boat. heres the code, it's under ObjectSpawnTemplate ObjectTemplate.Active Tango ObjectTemplate.addTemplate Tango_oh_6_spawner That last line is the spawner for the oh-6 loach. These two lines are under the Tango_Spawner and under the oh-6 sp...

 Forum: Questions / Need Assistance   Topic: adding new objects to ships

Posted: Fri Jan 30, 2009 3:09 pm 

Replies: 21
Views: 6934


 Forum: General Discussion   Topic: Does anyone know BFV tutorials?

Posted: Sun Feb 01, 2009 2:02 am 

Replies: 3
Views: 2791


I was wondering if anyone knew the website that backed up the MDT.planetbattlefield.com tutorials?

 Forum: Questions / Need Assistance   Topic: adding new objects to ships

Posted: Sun Feb 01, 2009 11:34 pm 

Replies: 21
Views: 6934


ahh okay ty

 Forum: Questions / Need Assistance   Topic: 3DS Max Modelling

 Post subject: Re: 3DS Max Modelling
Posted: Fri Feb 20, 2009 1:24 am 

Replies: 11
Views: 5156


How u get #d isn't that like a 600 dollar program? :shock:
Sort by:  
Page 4 of 17 [ Search found 133 matches ]


All times are UTC


cron
Powered by phpBB® Forum Software © phpBB Group