Doffy Posted March 15, 2020 Share Posted March 15, 2020 Hello, today i'm wanna to remove all gta san andreas world is there a way to remove every thing in the map by removeWorldObject ? Link to comment
Moderators Patrick Posted March 15, 2020 Moderators Share Posted March 15, 2020 for i = 615, 18630 do removeWorldModel(i, 10000, 0, 0, 0) end Link to comment
Doffy Posted March 22, 2020 Author Share Posted March 22, 2020 On 15/03/2020 at 13:20, Patrick said: for i = 615, 18630 do removeWorldModel(i, 10000, 0, 0, 0) end and now how i can make all the map is water ? Link to comment
Moderators Patrick Posted March 22, 2020 Moderators Share Posted March 22, 2020 21 minutes ago, Doffy said: and now how i can make all the map is water ? createWater Link to comment
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