HaroldoBauer Posted January 2, 2019 Share Posted January 2, 2019 (edited) Vehicles will spawn with random extras regardless of the extra status. Environment: Windows Server, C++ SDK Reproducing: rage::IVehicle* car = wrap::car->New(0x35ED670B, position, heading); for(int i = 0; i < 9; i++) car->SetExtra(i, false); car->SetDimension(1); * When spawning a Mule it will spawn with random containers (ads), these ads can then be removed by disabling the correct extra. I'm assuming that the extras are not synced when the vehicle is stremead in. Thanks. P.S: It looks like the enabled extras are synced while the disabled extras are not. I believe a proper fix would be to remove all extras after spawning the vehicle then add the ones that are enabled. Edited January 2, 2019 by HaroldoBauer 1 Link to comment Share on other sites More sharing options...
Partizan Posted August 8, 2019 Share Posted August 8, 2019 Hello! could you find out more on this issue? Link to comment Share on other sites More sharing options...
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