Variables are not synchronizing (GM8 version)

Posted by amkgames
Hey, I noticed that variables are not synchronizing in GM8 version of the extension. Even in the given example files. The player variables are synchronized but other instances are not synchronized. Hope you look into it.
Thanks!

Replies (3)

Last message on 16 Jul 2021

Size43 (Administrator) on 26 Jun 2021, 17:18:43
Are instances synced at all? If not, I might have forgotten to add gms_settings_declare_syncable_object.

Are you adding a custom variable? You might have to add a call to gms_instance_sync_var_add (one time sync) or gms_instance_set (full sync) to get the variable synced.
amkgames (Topicstarter) on 26 Jun 2021, 18:55:31
Thanks, gms_settings_declare_syncable_object fixed the problem. And yes, it was missing from the example.
Size43 (Administrator) on 16 Jul 2021, 22:11:13
Apologies for the delay. I'll make sure to fix this in the next release of the extension.