Author Topic: Load Add-ons In-game  (Read 644 times)

What is the command you type in console that can execute add-ons in-game?

Anybody made it in his server.. But what is it?


e("AddOn_Name"); is shorter than using execute, which requires the full path. If the add-on uses datablocks you will then need to enter transmitDatablocks(); to ensure that clients connected to the server update correctly.