ReGo Posted April 1, 2013 Posted April 1, 2013 or someone could tell how to put the machine disk mod For Roleplay Server
DNL291 Posted April 1, 2013 Posted April 1, 2013 addEventHandler("onClientResourceStart", resourceRoot, function() txd = engineLoadTXD("wheel.txd", id) engineImportTXD(txd, id) dff = engineLoadDFF("wheel.dff", id) engineReplaceModel(dff, id) end ) Vehicle upgrades
ReGo Posted April 2, 2013 Author Posted April 2, 2013 LINE NUMBER ON/OFF | EXPAND/CONTRACT | SELECT ALL addEventHandler("onClientResourceStart", resourceRoot, function() txd = engineLoadTXD("wheel.txd", id) engineImportTXD(txd, id) dff = engineLoadDFF("wheel.dff", id) engineReplaceModel(dff, id) end ) This ir Car mods Settings Please Give Car Wheels mod Settings
DNL291 Posted April 2, 2013 Posted April 2, 2013 I didn't understand what you say. If you want to replace the wheels, put the path of the your wheel mod and the ID of the wheel in the code I posted. Also, You need of the meta.xml file. <meta> <script src="client.lua" type="client" /> <file src="wheel.dff" type="client" /> <file src="wheel.txd" type="client" /> </meta> Put the path of the your wheel mod on the meta.xml too, and the script name.
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