Andani Posted July 4, 2021 Share Posted July 4, 2021 Buenas, soy un programador novato y quisiera saber si hay alguna forma de poner más autos tipos Five M y si no saben a qué me refiero es a tipo crear un duplicado de un auto tipo la huntley pero con otro nombre para así ponerle una skin y tener 2 vehículos tipo huntley con diferentes skins. Link to comment
Administrators Tut Posted July 4, 2021 Administrators Share Posted July 4, 2021 Thread's been moved into the Spanish scripting section Link to comment
AndresTVz Posted July 12, 2021 Share Posted July 12, 2021 Lo que podrias hacer es: addEventHandler("onClientResourceStart",root, function() local infernusTXD = engineLoadTXD("infernus.txd") local infernusDFF = engineLoadDFF("infernus.dff",411) engineImportTXD(infernusTXD,411) engineReplaceModel(infernusDFF,411) end) esto remplazara el auto que quieres por un auto que "ya es parte del juego". Que en este caso sera el infernus el cual tiene la ID = 411 Las ID aqui estan: https://wiki.multitheftauto.com/wiki/Vehicle_IDs 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