Jump to content

2 questions


Recommended Posts

hey i have 2 questions :P

how can i make that vehicles are automatically upgraded in the race mode (spoiler, wheels, bumpers....) ?

and how can i add the number of checkpoints a player has passed next to the race rank column in the scoreboard? :D

Link to comment

Question 1: Go to the race resource, open meta.xml and edit "autopimp" setting. (set it to "true")

Question 2: Wasn't that already added? If not, it would require some scripting to implement it. So I hope you're familiar with scripting..?

Link to comment
  • 2 weeks later...

you have to add this option in the meta.xml

it should be like that

<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="#autopimp" value="true"/> 
   </settings> 
</meta> 

Link to comment
  • Recently Browsing   0 members

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