Does anyone know if it's possible to update a single element of an array on the server? This is using built-in multiplayer.
I sort of tried it and it didn't work using something like send_var(my_id[3]);
This would allow each client to be responsible for their own element. Or perhaps there is a better way to do this. The array would be nice for looping through the index.