weeeczak Posted October 2, 2022 Share Posted October 2, 2022 Hi, i try to make interior that all players can join but they can't see each other, i tried setElementAlpha but results are not well, i tried setElementVisibleTo but it doesn't work well too anyone has answers how to solve it? Link to comment
mafioz Posted October 2, 2022 Share Posted October 2, 2022 setElementInterior(player, int) Link to comment
weeeczak Posted October 2, 2022 Author Share Posted October 2, 2022 yea, i tried it but thing is that i have map that is on int 0 and dim 0, window fit in building, it looks really nice, i tried other dimensions but thing is that map can't be shown in other dim too, maybe you know how to create elements from map to multiple dims? Link to comment
weeeczak Posted October 16, 2022 Author Share Posted October 16, 2022 so anyone knows how to solve this? Link to comment
βurak Posted October 16, 2022 Share Posted October 16, 2022 (edited) On 02/10/2022 at 20:49, weeeczak said: how to create elements from map to multiple dims? I'm not sure but maybe you can give the object a value of -1 setElementDimension(object, -1) -- make visible all dimensions Edited October 16, 2022 by Burak5312 Link to comment
weeeczak Posted October 16, 2022 Author Share Posted October 16, 2022 19 minutes ago, Burak5312 said: I'm not sure but maybe you can give the object a value of -1 setElementDimension(object, -1) -- make visible all dimensions wow you make it really clear, thank you, i'll try it soon, thank you 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now