ianito Posted May 25, 2019 Posted May 25, 2019 (edited) Is there a some function like setDevelopmentMode (MTA) in rage-mp ? https://wiki.multitheftauto.com/wiki/SetDevelopmentMode I need see distances and bounds of my colshape, but i dont find anything. Edited May 25, 2019 by ianito
MrPancakers Posted May 26, 2019 Posted May 26, 2019 You'd have to set this all up yourself, there isn't a dev mode that you can turn on.
ianito Posted May 26, 2019 Author Posted May 26, 2019 14 hours ago, MrPancakers said: You'd have to set this all up yourself, there isn't a dev mode that you can turn on. Well... Then not exists a way to see colshape range?
Doom Posted May 27, 2019 Posted May 27, 2019 You can use .setVariable at creation to note down the range and get it later on with .getVariable
ianito Posted May 27, 2019 Author Posted May 27, 2019 3 hours ago, Doom said: You can use .setVariable at creation to note down the range and get it later on with .getVariable You dont understand me. This is what i wanted, too see limits of my colshape.
Doom Posted May 28, 2019 Posted May 28, 2019 Men you need to find alternative ways to draw and render the boundaries of your colshapes. There isn't a ready-to-use function to visualize them like on MTA. For example, you can use markers/checkpoints to display circular shapes. The cuboid from the picture you posted can be a bit more difficult. I haven't tested it myself but you can try this client function - https://wiki.rage.mp/index.php?title=Graphics::drawBox If you want the same wireframe from MTA then I can't help you
MiMIMi Posted May 28, 2019 Posted May 28, 2019 You can simply make toggable function that draws markers on the same positions as colshapes with same radius. I suggest you to take a look at Rage Pools.
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