Author Topic: The Addon that lets you add addons while your server is running.  (Read 1969 times)

I once was on a Fort Wars server and the I asked the host if he can add onPlayerTransform, and he said he will. I waited for him to restart the server, but in the chat, it said that the event was being added.

I really want this add-on.



[Guessed this was the topic to post, oh well]
                                                                 
Suck my green bawls! ..... Why are my bawls green?

LoadAddon is has many problems, it is not recommended for use, I believe it is CRC'd as well.


Added to crap-on list I believe.

CRC banned, had about a billion problems, was incompatible with the new add-on database cache system.

/thread

I once was on a Fort Wars server and the I asked the host if he can add onPlayerTransform, and he said he will. I waited for him to restart the server, but in the chat, it said that the event was being added.

I really want this add-on.



[Guessed this was the topic to post, oh well]
                                                                 
Suck my green bawls! ..... Why are my bawls green?
If you have an IM or skype i can dropbox or email you the Addon.

Type this in one line on the console :
Code: [Select]
setmodpaths(getmodpaths()); exec("add-ons/category_name/server.cs");


And you could make it a /cmd of course, but this is works for me as well.

Some Add-Ons may not load properly.


I had it. When you load an add-on it Resets the file manifest, then lags alot when someone joins your server.

Also if you do it with vehicles or something, and spawn one, everyone will crash.

Shouldn't this be in suggestions and requests..?

e(example_example);transmitdatablocks();
then do
Code: [Select]
clientcmdmissionstartphase3();Works for me, but if there's anyone in the server that doesn't have the addon your trying to load they will be booted to the main menu.

e(script_example);transmitdatablocks();clientcmdmissionstartphase3();

Thats what i use when im making addons, at least.

I will make a post about in Addon Topic.

you're all wrong, there was one with a gui and it didn't cause any problems. not for me, at least. you guys must have been doing something wrong.

e(script_example);transmitdatablocks();clientcmdmissionstartphase3();
this.