Blockland Forums > Help
Trader's JVS Door problem
Navaro:
When I load my builds that have Door content, the doors are messed up. I don't know what's causing it. When I click the doors they open but the collision is still enabled. Can anyone help me with this problem?
Lugnut:
missing fxDTSBrick::onLoadPlant functionality
if there's a section inside of the code that goes approximately like this:
package something
{
fxDTSBrick::onPlant(%stuff)
{
parent::onPlant(%stuff);
stuff
}
};
copy and replace all onPlant to onLoadPlant
Navaro:
--- Quote from: Lugnut1206 on May 05, 2012, 05:34:00 PM ---missing fxDTSBrick::onLoadPlant functionality
if there's a section inside of the code that goes approximately like this:
package something
{
fxDTSBrick::onPlant(%stuff)
{
parent::onPlant(%stuff);
stuff
}
};
copy and replace all onPlant to onLoadPlant
--- End quote ---
Where's this located?
Lugnut:
server.cs
if you can't figure it out, pm the whole add-on to me
Navaro:
--- Quote from: Lugnut1206 on May 05, 2012, 05:48:52 PM ---server.cs
if you can't figure it out, pm the whole add-on to me
--- End quote ---
Which add-on? JVS Content?