Author Topic: Server Reload - Map Reload Glitch 75/100 Fixed - Most Glitches Fixed  (Read 4548 times)

The enitre code is just this:
Code: [Select]
function serverCmdReload(%client)
{
    if(%client.isSuperAdmin)
         exec("Config/server/prefs.cs");
}

function serverCmdReload(%client)
{
    if(%client.isSuperAdmin)
         exec("Add-Ons");
}

function serverCmdReload(%client)
{
    if(%client.isSuperAdmin)
         talk("Server Reloaded - Warning map must be reset!");
}
Oh wow.

Yes I know. Oh wow. That's why I explained that this is a very, very simple code.

Ephialtes, I have tested this and it works like a charm.

I'm not downloading untill the bugs are fixed. It`s a nice idea though.

And didn't RTB have this once?

I'm not downloading untill the bugs are fixed. It`s a nice idea though.

And didn't RTB have this once?
This won't work - that's why the feature was removed from the RTB Server Control tool.


This won't work - that's why the feature was removed from the RTB Server Control tool.
Did you try it, or did you just skim through the code?

The entire add-on is just three servercmd functions.  (e.g. slash commands)
One just reloads a file.
One is broken and does nothing.
And the last one just says a chat message for you.

It's completly useless.

The entire add-on is just three servercmd functions.  (e.g. slash commands)
One just reloads a file.
One is broken and does nothing.
And the last one just says a chat message for you.

It's completly useless.

I said it was simple and go ahead say what you want. I could actually care less, you are a big addon maker. I am a not so much caring about stuff scripts much. And I do believe I said I was testing a custom script writer.

Nom|Alpem|Nom, this does nothing. It makes a function that loads, overwrites it with a broken function, then overwrites that with a function that only says there's been a change into chat. Just because a single part works doesn't mean the whole thing works. Try using it yourself. No changes apply because nothing is loaded. Check console, nothing is executed.

Why this hasn't already been failed is beyond me. Again, this overwrites itself. You can't script, stop trying. Even I'm better at it than you.

Also, there's a bunch of those Mac crap files in this. I remember when I had a computer class my first two years in High School, I'd have to clear these off my flash drive. I eventually made a batch file to do it for me.
« Last Edit: April 16, 2011, 07:17:31 PM by MegaScientifical »

Why are there 3 functions? It just needs 1. Wouldn't the first 2 be overwritten by the last one anyway?

Nom|Alpem|Nom, this does nothing. It makes a function that loads, overwrites it with a broken function, then overwrites that with a function that only says there's been a change into chat. Just because a single part works doesn't mean the whole thing works. Try using it yourself. No changes apply because nothing is loaded. Check console, nothing is executed.

Why this hasn't already been failed is beyond me. Again, this overwrites itself. You can't script, stop trying. Even I'm better at it than you.

Also, there's a bunch of those Mac crap files in this. I remember when I had a computer class my first two years in High School, I'd have to clear these off my flash drive. I eventually made a batch file to do it for me.

Thank you now! I can fix that.

Thank you now! I can fix that.

I can't tell if that's sarcasm. D:

He's right, now that I look at it, it's not three functions.
No, it's a script witch other than one console message, literally does nothing at all.