Total Members Voted: 365
It's St Louis, it says it right in the OP.Stop being a twit about it being hosted in America.
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.
Stop being a twit about it being hosted in America.
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.
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.
package PackageName{Code Goes here};activatePackage(PackageName);