ianito 0 Posted May 25 (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 by ianito Share this post Link to post Share on other sites
MrPancakers 108 Posted May 26 You'd have to set this all up yourself, there isn't a dev mode that you can turn on. Share this post Link to post Share on other sites
ianito 0 Posted May 26 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? Share this post Link to post Share on other sites
Doom 5 Posted May 27 You can use .setVariable at creation to note down the range and get it later on with .getVariable Share this post Link to post Share on other sites
ianito 0 Posted May 27 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. Share this post Link to post Share on other sites
Doom 5 Posted May 28 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 Share this post Link to post Share on other sites
MiMIMi 2 Posted May 28 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. Share this post Link to post Share on other sites