Enerv 3 Posted September 21, 2018 I searched the RAGE Multiplayer Wiki looking for a function to removing world objects and I did not find it. I met with something like this on SA-MP and MTA:SA. Is it possible to do it here in the future? Share this post Link to post Share on other sites
ragempdev 792 Posted September 21, 2018 https://wiki.rage.mp/index.php?title=Entity::createModelHide 1 Share this post Link to post Share on other sites
Enerv 3 Posted September 22, 2018 (edited) That's what it was about, sweet! 😎 mp.game.entity.createModelHide(0, 0, 0, 100, mp.game.joaat('prop_streetlight_01'), true); Edited September 22, 2018 by Enerv Fixed. I forgot to use joaat function. Share this post Link to post Share on other sites