Poll

Online file storage like Google Drive? (monthly prices)

50GB ($3.00)
41 (11.2%)
100GB ($4.50)
17 (4.7%)
250GB ($7.50)
10 (2.7%)
500GB ($12.50)
7 (1.9%)
750GB ($16)
6 (1.6%)
1TB ($20)
30 (8.2%)
2-8TB (proportional to 1TB price)
0 (0%)
8-16TB (proportional to 1TB price)
43 (11.8%)
Prices too high (READ)
44 (12.1%)
No desire
167 (45.8%)

Total Members Voted: 365

Author Topic: Kaphost Blockland Servers  (Read 654370 times)

Kalphiter, where's St Lous? I don't think I've ever heard of it.

It's St Louis, it says it right in the OP.

Stop being a twit about it being hosted in America.

It's St Louis, it says it right in the OP.

Stop being a twit about it being hosted in America.
I changed it.

And he has an 100mbit UPLOAD and download connection with no disconnect! Now tell me where you get such a connection at home.
Such a residential connection is actually pretty regular in Sweden.

Such a residential connection is actually pretty regular in Sweden.
Stop being a twit about it being hosted in America.

Stop being a twit about it being hosted in America.
No, thank you very much.


Lol.
That, for once, was unrelated to the move to America and if you actually read it correctly the post I was responding to was from before the move to America was even spoken of.
« Last Edit: June 26, 2011, 03:51:14 PM by DontCare4Free »

I just assumed since you did it so often in the past, that would be doing it again.

sorry.

Is this a good way to de-activate an add-on: deactivatePackage("Tool_SwissArmyGun/server.cs");

Is this a good way to de-activate an add-on: deactivatePackage("Tool_SwissArmyGun/server.cs");
That wouldn't even work.


How do you do it then?
For item/vehicle/playertype/brick/etc add-ons, you can't really, AFAIK.
However, "pure script" add-ons might be enclosed in a package.
If that is the case you can just read it and deactivate said package.

For item/vehicle/playertype/brick/etc add-ons, you can't really, AFAIK.
However, "pure script" add-ons might be enclosed in a package.
If that is the case you can just read it and deactivate said package.

Because that what I just did didn't work. What's the command then?

Because that what I just did didn't work. What's the command then?
It is deactivatePackage but you have to examine the script to see what the package is named.

It is deactivatePackage but you have to examine the script to see what the package is named.

What do you mean? Isn't it just called "server.cs"?

If it is a script that is packaged it will be located in the one of the addons files, most likely the server.cs
you will be able to find it by this
Code: [Select]
package PackageName
{
Code Goes here
};
activatePackage(PackageName);