[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/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/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 Sat Apr 27, 2024 9:00 am

All times are UTC


Search found 773 matches
Search these results:

Author Message

 Forum: Questions / Need Assistance   Topic: I have no texture on my armory_stinger nad helipads

Posted: Mon Nov 08, 2004 10:16 pm 

Replies: 21
Views: 9729


Could an existing object be "tweaked" like the vehicles and then use the tweaked object as a 'new' object. Say tweak a bush and make it a helipad? (for example).

 Forum: Questions / Need Assistance   Topic: I have no texture on my armory_stinger nad helipads

Posted: Tue Nov 09, 2004 4:12 pm 

Replies: 21
Views: 9729


all an object is, is a cluster of static object given certain attributes. A static object just lacks the mobile abilities.

 Forum: Tutorials and Guides   Topic: More ways to add new vehicles

Posted: Tue Nov 09, 2004 4:17 pm 

Replies: 30
Views: 22775


if you look at your code, the oh-6 is set teams 1 and 2, which are a part of the main level. If the spawner is tied to any point, the team of that point will be used to spawn the objects. The oh-6 spawned because you associated the spawner with the contorl point, which has a team of either 1 or 2. A...

 Forum: Tutorials and Guides   Topic: More ways to add new vehicles

Posted: Tue Nov 09, 2004 4:38 pm 

Replies: 30
Views: 22775


Well I took less time than I though. Here's what I found: first the code: Object spanwer: ObjectTemplate.create ObjectSpawner DPVSpawner ObjectTemplate.setObjectTemplate 2 f117a ObjectTemplate.setObjectTemplate 1 su-25 ObjectTemplate.setObjectTemplate 3 t72 ObjectTemplate.MinSpawnDelay 60 ObjectTemp...

 Forum: Questions / Need Assistance   Topic: I have no texture on my armory_stinger nad helipads

Posted: Tue Nov 09, 2004 4:45 pm 

Replies: 21
Views: 9729


 Forum: General Discussion   Topic: DC-F & CTF = Headaches

Posted: Tue Nov 09, 2004 9:05 pm 

Replies: 10
Views: 6591


 Forum: Tutorials and Guides   Topic: More ways to add new vehicles

Posted: Tue Nov 09, 2004 4:43 pm 

Replies: 30
Views: 22775


 Forum: Tutorials and Guides   Topic: More ways to add new vehicles

Posted: Tue Nov 09, 2004 6:33 pm 

Replies: 30
Views: 22775


Oh, right. Sorry. But still it could be causing issues with vehicle not even spawning, since BF would be trying to give the team 3 object an assoiciation of that of team 3, which BF technically doesn't have. So that could be the reason why your spawner isn't spawning the ah-64 or m2a3. Try removing ...
Sort by:  
Page 4 of 97 [ Search found 773 matches ]


All times are UTC


Powered by phpBB® Forum Software © phpBB Group