Oscar365 Posted July 29, 2016 Share Posted July 29, 2016 hey - I wanna know If I have txd + dff for cheetah vehicle how to set it for some player without other? but I wanna all see it Link to comment
Bilal135 Posted July 29, 2016 Share Posted July 29, 2016 engineLoadTXD engineLoadDFF engineImportTXD engineReplaceModel getPlayerFromName Link to comment
Oscar365 Posted July 29, 2016 Author Share Posted July 29, 2016 engineLoadTXD engineLoadDFF engineImportTXD engineReplaceModel getPlayerFromName ? , when I replace the model the player will see all vehicles with same model id replaced i don't want that well,i want for example : if i press [CHEETAH 1] button , all players will just see my car replaced without their cars that's it ( not matter button or other it's example ) do i need to use shaders? Link to comment
Oscar365 Posted July 29, 2016 Author Share Posted July 29, 2016 (edited) Use one of these: how to drive with this one ? i won't be able to see the road Edited July 29, 2016 by Guest Link to comment
Rataj Posted July 29, 2016 Share Posted July 29, 2016 engineLoadTXD engineLoadDFF engineImportTXD engineReplaceModel getPlayerFromName ? , when I replace the model the player will see all vehicles with same model id replaced i don't want that well,i want for example : if i press [CHEETAH 1] button , all players will just see my car replaced without their cars that's it ( not matter button or other it's example ) do i need to use shaders? It's not possible to change model (dff) of one vehicle instance, you need to change whole model (in your example Cheetah), which will be applied either for one player or all players, but not for one car, it's applied to all Cheetahs anyway. If you want to change only texture, you can use shaders instead of importing txd, that is possible. Link to comment
Oscar365 Posted July 29, 2016 Author Share Posted July 29, 2016 engineLoadTXD engineLoadDFF engineImportTXD engineReplaceModel getPlayerFromName ? , when I replace the model the player will see all vehicles with same model id replaced i don't want that well,i want for example : if i press [CHEETAH 1] button , all players will just see my car replaced without their cars that's it ( not matter button or other it's example ) do i need to use shaders? It's not possible to change model (dff) of one vehicle instance, you need to change whole model (in your example Cheetah), which will be applied either for one player or all players, but not for one car, it's applied to all Cheetahs anyway. If you want to change only texture, you can use shaders instead of importing txd, that is possible. that's it , thanks Link to comment
LabiVila Posted July 30, 2016 Share Posted July 30, 2016 Another way is by using 'vehicle variants', this is the way some race servers implemented Vinyls and it works with models as well. https://wiki.multitheftauto.com/wiki/Vehicle_variants Link to comment
Captain Cody Posted July 30, 2016 Share Posted July 30, 2016 Use one of these: how to drive with this one ? i won't be able to see the road Learn the road, be the road. 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