Division Posted March 30, 2019 Posted March 30, 2019 Hi, if I am using SharedData with server and Client with e.g. money, is he able to modificate anything like the value? So I always need to trigger server events from client side?
robearded Posted March 30, 2019 Posted March 30, 2019 Only server can set shared data, client can only get it.
Division Posted March 30, 2019 Author Posted March 30, 2019 could a user modify client side scripts and get advantage out of that?
MrPancakers Posted March 30, 2019 Posted March 30, 2019 18 minutes ago, Division said: could a user modify client side scripts and get advantage out of that? No, the data is saved serverside, they can edit it clientside but that won't do anything if the data is saved serverside. 1
materia Posted April 1, 2019 Posted April 1, 2019 Yeah if you want to change something you have to call the server with the values from the client that wants to change and let it set the variable/data to that client.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now