bogoslovniy Posted September 13, 2020 Posted September 13, 2020 Hey, i creating 3d colshape with coordinates, but server event Event.PlayerEnterColshape is not working. Maybe I'm doing something wrong? NAPI.ColShape.Create3DColShape(new Vector3(-427.68, 1129.52f, 324), new Vector3(-422.89f, 1134.34f, 328));
fl1k Posted September 15, 2021 Posted September 15, 2021 /bump still not working NAPI.ColShape.Create3DColShape(new Vector3(-50, -1759.547, -100), new Vector3(-47.595, -1749.795, 100), 0); never triggers
Brophy Posted March 26, 2023 Posted March 26, 2023 Have you confirmed that the shape is being created correctly? Have you tried debugging via the PlayerEnterColshape event? I remember reading somewhere that the second vector in the query might be "size" not "end", so might be worth checking that.
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