Shooter Error HELP!!

Posted by Sustitos
Hi!
Im Working To Do A Mini Moba... Ok, Just I Need Help 'cuz When I Click Shoot The Other Players Can't See Or Be Damaged By The Shoot

Replies (2)

Last message on 3 Feb 2018

Yoto on 3 Feb 2018, 14:46:05
you have to use synchronise the instance, do something like:

i = instance_create(x, y, obj_bullet);
gms_instance_sync(i, is_onetime);

that replacing the normal instance_create, read "synchronising instances" for more information.https://gamemakerserver.com/en/docs/article/instance_sync/
Sustitos (Topicstarter) on 3 Feb 2018, 17:34:13
THANK YOU VERY MUCH!!!!