klvki Posted June 4, 2019 Posted June 4, 2019 Hey Rage, I need the same size for the colshape as for the marker.. how should I calculate that both have the same radius? example: var test = mp.colshapes.newSphere(x, y, z, 130, 0) var testMarker = mp.markers.new(1, new mp.Vector3(x, y, z), 130, {color: [255, 255, 255, 130] }); both have the size 130 but one of them have a way bigger radius on the server..
Segatron Posted November 7, 2022 Posted November 7, 2022 I found in the ragemp discord that marker radius = colshape radius * 0.7. I checked, everything seems to be ok.
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