Author Topic: What's the difference?  (Read 373 times)

What's the difference between a client-sided addon and a server-sided addon?

Serverside - everyone on that server can use it, restricted to that server
Clientside - only people that have it can use it, can use it on any server
im sure someone can give a better explanation than this but yeah

A server sided add-on controls server sided aspects.

A client sided add-on controls client sided aspects.

Server is the thing you connect to and processes all data sent to different clients, and received from clients.

Client is you connecting to a server, and processing any data you receive from the server, or send to.


This is basic Client <-> Server connection knowledge.

A server sided add-on controls server sided aspects.

A client sided add-on controls client sided aspects.

Server is the thing you connect to and processes all data sent to different clients, and received from clients.

Client is you connecting to a server, and processing any data you receive from the server, or send to.


This is basic Client <-> Server connection knowledge.
I like Antallion's one more. :|