Author Topic: Server Rules (by Electrk) FIXED  (Read 2605 times)

People don't appreciate me.

:-(
« Last Edit: June 17, 2013, 01:15:37 PM by Clone2 »

I updated the add-on a while ago, the RTB prefs work again
« Last Edit: June 17, 2013, 11:49:02 AM by Electrk »

For one, package the add-on, this board is for fully packaged add-ons, not just a server.cs, seriously.

I just downloaded it a few hours ago, and no, it doesn't work.

This is what YOUR server.cs says:
Code: [Select]
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");

What it SHOULD say:
Code: [Select]
exec("Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs");

You obviously didn't read what "RTBR_ServerControl_Hook.cs" says.
It still exists, but doesn't work anymore.
You have to use the "serverControl.cs" in the "hooks" folder.

I just downloaded it a few hours ago, and no, it doesn't work.

This is what YOUR server.cs says:
Code: [Select]
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");

What it SHOULD say:
Code: [Select]
exec("Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs");

You obviously didn't read what "RTBR_ServerControl_Hook.cs" says.
It still exists, but doesn't work anymore.
You have to use the "serverControl.cs" in the "hooks" folder.
Says the one who knows how to code but doesn't have the senses to package the patch.

Says the one who knows how to code but doesn't have the senses to package the patch.
I can't attach zip files to a post.

Quote from: Forums
Allowed file types: txt, jpg, gif, mpg, rec, avi, cs, mis, wav, ogg, png, log, bls, rtf

I can't attach zip files to a post.

Then upload them to a file hosting site... are you stupid...


Also, if you actually looked in RTBR_ServerControl_Hook.cs... .....
Code: [Select]
//Load Real Module
if(!$RTB::Hooks::ServerControl)
   exec("Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs");
So
Where is the point of this topic?

Btw, this change was not recent, it has been like this since rtb 4

Then upload them to a file hosting site... are you stupid...
I would upload it to Media Fire, but if it doesn't get at least one download every thirty days, it's automatically deleted.

Also, if you actually looked in RTBR_ServerControl_Hook.cs... .....
Code: [Select]
//Load Real Module
if(!$RTB::Hooks::ServerControl)
   exec("Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs");
I saw that, but it sure isn't working for me.
Plus, it also says...
Code: [Select]
echo("\c2WARNING: RTBR_ServerControl_Hook.cs has moved. Please alter to use hooks/serverControl.cs");

..and you still don't package it properly.