Jump to content

Help me with cars!


Recommended Posts

you can make up a map file with cars pretty easy

just create a new document, rename it to .map and add vehicles using the following syntax (look here for a complete documentation):

<vehicle model="" posX="" posY="" posZ="" rotX="" rotY="" rotZ="" color="" upgrades="" paintjob="" plate=""/> 

note that every attrubute after posZ is optional

The following example would create an Alpha at the coordinates x=15 y=43 z=20:

<vehicle model="602" posX="15" posY="43" posZ="20"/> 

Now everything you need to do is create a meta.xml which can be easily done using this online meta.xml generator and place the created meta.xml + the mapfile that you specified in the meta.xml in a new folder or a zip file so you have a new map resource.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...