Deactivating outside view region

Posted by amkgames
I am having problem using deactivation of outside view region code, obj_other_player is not being shown or not being shown correctly(obj_other_player freezes in obj_player's client when obj_other_player get outside of view).
I tried activating global.__obj right after I deactivate outside view region but it doesn't work.
(If it's not supported yet then will it be supported in future? :) )
Thanks.

Replies (3)

Last message on 7 Sep 2015

Size43 (Administrator) on 6 Sep 2015, 21:02:14
You should re-activate all obj_other_player, obj_player and the GMS object. If you're using GM8, the GMS object is global.__obj, if you're using GM:Studio, the GMS object is one you've created yourself.
amkgames (Topicstarter) on 7 Sep 2015, 14:09:09
Thanks, after activating all player and other players, it showed other player. :)
Size43 (Administrator) on 7 Sep 2015, 17:22:29
That's good to hear!