Blockland Forums > General Discussion
Tier Tactical (T+T) Preference Fix
<< < (2/2)
Aware:
He probably won't help you because you are extremely immature and do things like spam the forum with gay research.
Cut Glass:

--- Quote from: Aware on August 07, 2013, 06:02:18 PM ---He probably won't help you because you are extremely immature and do things like spam the forum with gay research.

--- End quote ---
Other people have also stated they wont help them either. Like Kind of the bill also asked for help.
Apex:
I have this same problem, but with duplorcator. It's extremely inconvenient.
PeeEsPee:
T-T executes before RTB; and it doesn't exec the hooks file


--- Code: ---if(isFile("Add-Ons/System_ReturnToBlockland/server.cs"))
{
    if(!$RTB::RTBR_ServerControl_Hook)
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");

    RTB_registerPref("Ammo System","Tier+Tactical Ammo","$Pref::Server::TTAmmo","int 0 2","Script_GamePreferences",0,0,1);
    Blah
}

--- End code ---

would be accurate, but instead it does


--- Code: ---RTB_registerPref("Ammo System","Tier+Tactical Ammo","$Pref::Server::TTAmmo","int 0 2","Script_GamePreferences",0,0,1);
--- End code ---

To fix it, just make a folder called zBlah_Blah or something, and give it a description.txt and make the server.cs

--- Code: ---    if(!$RTB::RTBR_ServerControl_Hook)
exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs");

--- End code ---
and the hooks will be setup first so everything works fine.
Navigation
Message Index
Previous page

Go to full version