Author Topic: Add-ons through Client  (Read 431 times)

Just starting to learn about code.  For example, there is an add-on called rear-view mirror.  Can I type in a code to take it with me into a server?

Add-ons can't just magically jump to your computer.

Add-ons can't just magically jump to your computer.
Oh ye of little faith.

Download the add on, put it in your add on folder in program files/blockland, and keybind it.

Client sided add-ons can only affect the client.
This includes GUIs (display), audio, and purely client sided processing.
The rear-view mirror (which I really dislike people using), uses GUIs, and doesn't actually have anything to do with the server at all.
Some client sided mods are there to accept data from servers through clientcmds and then send data back through servercmds. Usually through GUIs.