Hey guys, new poster long time reader
I have an issue and everything everybody has said hasn't worked. When I restart the server, the floors, walls etc are gone. So I tried doing !nm until the server rotated and then restarted, still didn't save anything. I'm not really sure what the issue is with this plugin or if it's just me, but everything i do the builds doesn't save. I have save=true in the sv_config so that isn't an issue. I PMd the creator but he told me to use bunker.dll instead and not mapedit.dll but how would I do that? Does bunker.dll have different commands? I tried deleting the mapedit.dll but then the !floor, !wall, !ramp etc commands don't work. They just appear in the chat. I tried all bunker versions and can't seem to do anything. The refer.txt is in my plugins folder and the code within that text document is below;
If there is anyone out there that could personally help with this plugin I would highly appreciate it and show my appreciation. Please add me on Steam: chucky3378
Thanks guys! Oh also I'm talking about this plugin; http://www.itsmods.com/forum/Thread-Rele...n-1-3.html
Version (but have tried all versions): Bunker 1.3 with MapEdit.rar
I have an issue and everything everybody has said hasn't worked. When I restart the server, the floors, walls etc are gone. So I tried doing !nm until the server rotated and then restarted, still didn't save anything. I'm not really sure what the issue is with this plugin or if it's just me, but everything i do the builds doesn't save. I have save=true in the sv_config so that isn't an issue. I PMd the creator but he told me to use bunker.dll instead and not mapedit.dll but how would I do that? Does bunker.dll have different commands? I tried deleting the mapedit.dll but then the !floor, !wall, !ramp etc commands don't work. They just appear in the chat. I tried all bunker versions and can't seem to do anything. The refer.txt is in my plugins folder and the code within that text document is below;
Code:
using System;
using Addon;
using MapEdit;
namespace {0}
{
public class {0}:MapEdit.MapEdit
{
public override void OnMapChange()
{
if (GetDvar("mapname") == "{0}")
{
{1};
}
base.OnMapChange();
}
}
}
If there is anyone out there that could personally help with this plugin I would highly appreciate it and show my appreciation. Please add me on Steam: chucky3378
Thanks guys! Oh also I'm talking about this plugin; http://www.itsmods.com/forum/Thread-Rele...n-1-3.html
Version (but have tried all versions): Bunker 1.3 with MapEdit.rar