other player stuck at the corner of the room
hi im having a problem with another project im making that the object player_other is stuck at the top left corner of the room, i forgot or not know how to fix it any help?
Replies (3)
Last message on 14 Oct 2021
Size43
(Administrator)
on
4 Sep 2021, 16:07:03
Is the player that you see stuck at the top left corner of the room actually in that room? If the player is actually in a different room you might have to add an additional room between logging in and playing, so that the room change is properly detected and sent.
yeah i actually have a room between the two (a some sort of menu) and still happends
Size43
(Administrator)
on
14 Oct 2021, 19:23:00
Apologies for the delay. Some other things to check:
- Is your GMS object persistent, and does it have gms_step/gms_draw/etc in the right events?
- Is your GMS object maybe somehow getting destroyed or deactivated?
- Is the simple mode (gms_settings) enabled?
- Did you activate any gms_optimize_* settings? If yes, which ones?