Author Topic: Is there a way to enable addons ingame  (Read 482 times)

I'm running my server 'Buttman's endless zombies' But i want to update (ad new playertypes 'n stuff) but is there a way to enable addons ingame without closing the server?
*noob question*

No, there's not a good method to do so.

However, if it's a script you can do this in console:
Code: [Select]
e("Server_Whatever");
or
e("Script_Something");

Don't do that with anything that uses datablocks. (vehicles, weapons, sounds, etc.)

No, there's not a good method to do so.

However, if it's a script you can do this in console:
Code: [Select]
e("Server_Whatever");
or
e("Script_Something");

Don't do that with anything that uses datablocks. (vehicles, weapons, sounds, etc.)
Thanks for the answer. Locking now.