Drakola Posted September 15, 2010 Share Posted September 15, 2010 (edited) Hello guys , How are you ? If you are fine , I'm fine and better than you anyway , I have opened new server on MTA before a month . I did every thing like streets , and building ........ etc but at this time i don't know how i install new cars on my server And I want all my new cars anybody can see it please help me I have searched for a week about that but i didn't find answer......... please please please Edited September 15, 2010 by Guest Link to comment
dzek (varez) Posted September 15, 2010 Share Posted September 15, 2010 1. Make a folder (don't use spaces, dots, and any special character, geneally, it's better to use just small a-z letters) (like: neweuros) 2. Put there 2 files: *.txd and *.dff one (like euros.txd and euros.dff) 3. Open Notepad (Start - Run - type "notepad", or press Windows Key + R and type "notepad") 4. Paste this code into notepad: txd = engineLoadTXD("euros.txd") engineImportTXD(txd, 587) dff = engineLoadDFF("euros.dff", 587) engineReplaceModel(dff, 587) 5. In Notepad select File->Save as.. In window that appear on the bottom (probably this is hidden in Vista/Win 7, and you have to click some arrows to show it) there is something like "Save as type" - and default is selected "Text files (*.txt)" - change it to "All Files" (this is important!), then go into your folder, and save this as "veh.lua" 6. Open Notepad again and paste this: <meta> <info author="me" version="1" type="script" /> <script src="veh.lua" type="client" /> <file src="euros.txd" /> <file src="euros.dff" /> </meta> 7. Save it again (don't forget about "All files") as meta.xml 8. Of course replace in meta.xml and veh.lua all "euros.txd" and "euros.dff" with names you have. 9. Also replace 587, with Vehicle ID you want to replace. 10. Move your folder into server/mods/deathmatch/resources - this is your new resource. 11. If server is already running type "refreshall" in console. Now simply start your resource ("start neweuros" or whatever name you have used) Link to comment
Drakola Posted September 17, 2010 Author Share Posted September 17, 2010 I did the steps and it's working now . btw, I know some friends looked at this thread and did the steps on thier servers and they didn't know that I wrote this thread . This thread is helpful. Thank you so much Mr.varez not Varez . Link to comment
Drakola Posted September 17, 2010 Author Share Posted September 17, 2010 Hello again , Can i do these steps to install new skins ? Link to comment
dzek (varez) Posted September 17, 2010 Share Posted September 17, 2010 Yes, but you can't replace ped MODEL (dff) - only texture (txd). 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