Jump to content

Transparent Cars


Guest Reqwall

Recommended Posts

On some servers (MTA SA DM DP2) in the Race Mode the cars are transparent (cars do not ramming, as in TrackMania Nations). When i start my server (MTA SA DM DP2, default settings), i do not have this (cars has ramming, as in MTA SA Race 1.1.2). How to make cars transparent in MTA SA DM DP2?

Link to comment

just add this line to the meta.xml of the resource that contains the race map you want to play in ghostmode:

<setting name="#ghostmode" value="true"/> 

example:

<meta> 
   <info type="map" gamemodes="race" name="Map name" author="Author name" description="Map description" version="Map version number"/> 
   <race src="Map file.map"/> 
   <settings> 
      <setting name="#ghostmode" value="true"/> 
   </settings> 
</meta> 

Link to comment
  • Recently Browsing   0 members

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