kieran Posted July 11, 2018 Share Posted July 11, 2018 I know that this is a nuisance... But would it be possible to replace the dff, col and txd of 1 single object instead of all objects with that ID? For example... If I created an object server side, could I pass that object to the client and only mod that one object? If not is there a way of adding new model IDs so I could create a new object as if it was from the original GTA list? I ask this as I am planning to modify a lot of objects in game, but only in certain places. If there is no way to do this, does anyone know where I can find a list of objects that were added to the game but not actually used? Thanks Link to comment
Incama Posted July 12, 2018 Share Posted July 12, 2018 https://dev.prineside.com/en/gtasa_samp_model_id/ Search for 'wire' and then removeWorldModel them at resourceStart, now you have 100+ free objects IDs. If you want more, you can remove interiors. Link to comment
kieran Posted July 12, 2018 Author Share Posted July 12, 2018 1 minute ago, Incama said: https://dev.prineside.com/en/gtasa_samp_model_id/ Search for 'wire' and then removeWorldModel them at resourceStart, now you have 100+ free objects IDs. If you want more, you can remove interiors. But will this not remove the wires from map? Link to comment
Incama Posted September 25, 2018 Share Posted September 25, 2018 it will but you benefit more than you lose. 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