Poll

Mango?

Mango
10 (32.3%)
Mango
0 (0%)
Mango
4 (12.9%)
Mango
8 (25.8%)
Mango
3 (9.7%)
Mango
4 (12.9%)
Mango
1 (3.2%)
Mango
1 (3.2%)

Total Members Voted: 31

Author Topic: Zombies in the Bluzone** [[CLOSING]]  (Read 487878 times)

Your Name:
WhiteStorm
Character Name:
Jason Storm
Character Age:
20   

and a grenade launcher once to see if the door would break down

Your character must be a friggen schizophrenic than. Apocalypse or not, I don't think any handicap would risk doing that just to explore.

Because of the nature of the server, I require an admin to be present to run and moderate the server. When the server is passworded it is 'closed' or 'down'. When an admin joins, they set up a few things and 'open' the server.

When that admin leaves, they remove all players and lock the server.

It's just a precaution to be sure things run steadily and that people have a more enjoyable experience.

How exactly would I go about setting things up? I don't want to risk clearing the bricks and reloading the last save in case there have been any revisions to the build that have not been saved.

How exactly would I go about setting things up? I don't want to risk clearing the bricks and reloading the last save in case there have been any revisions to the build that have not been saved.

Ask him for the save

But what if there are revisions after he gives me the save? D:

Save the bricks, clear the bricks, load them.

Be sure everything is ghosted.

However there haven't been any big revision so you should be fine with /clearbricks and /reloadbricks.

Code: [Select]
function serverCmdBackupSave(%c)
{
if(%c.isSuperAdmin)
{
fileCopy("base/server/temp/temp.bls", "base/server/temp/backup.bls");
}
}

function serverCmdRecoverSave(%c)
{
if(%c.isSuperAdmin)
{
fileCopy("base/server/temp/backup.bls", "base/server/temp/temp.bls");
}
}

Oh wow, that's suave... So the backup save is auto-saved, and that save is then turned into the reloaded save?

wait wiat oops
wrong button let me reconfigure that


stupid me just realized that was totally useless for you guys.




Code: [Select]
function serverCmdSaveSave(%c)
{
if(%c.isSuperAdmin)
{
ServerSave("a", "a", 0, 1);
schedule(500, 0, fileCopy, "base/server/temp/temp.bls", "base/server/temp/backup.bls");
}
}

/savesave
/clearallbricks
/reloadbricks

done.

Wait...
/savesave is a command?
Wat?


Wow.
That's brilliant.
I wanna play with it now!

it just saves the bricks to the temp save so you can reload them

it's really not that amazing, considering i just used a function that chrono made

Fair enough.
Also,
Sasdfdsfadsf.
I forgot the AP command...
I really need to write it down.