//
// Created:     18.09.06
// Aurthor:    Iain Gilbert
//


To add more races to GTO, you can use ingame commands:

You must rcon login as admin first ('/rcon login yourpass').
	'/race create'				- Start creating a new race, your current location will be race startline
	'/race cp'				- Add a checkpoint (current location) to the race you are creating
	'/race cpremove'			- Remove the last added checkpoint from the race you are creating
	'/race save'				- Finish creating the race, save it to database, and initialize race in world
	'/race start <raceid>'			- Start a race


There are many more configurable options that you can change manualy after it has saved the race.

They are located in 'samp\scriptfiles\GTO\Race\'.

You must reload server to update if you make changes.

Also if you are manualy adding races you must add the race name to db file 'samp\scriptfiles\GTO\Race\GTO.Races.txt'


example with description:

------------------------------------------------------------------------------------------

			// Unique name of race.
Name=Tearin Up The Grove
			// how often race runs (1=often, 10=seldom)
Race_Frequency=5
			// time to wait for people to jon race
Lineup_Delay=80
			// minimum number of racers required to start this race
Min_Racers=1
			// minimum player level required to join this race
Min_Level=2
			// cash earned for 1st position
Cash_Prize=1000
			// Cash required to enter (earned by winner)
Cash_Entry=100
			// xp earned for 1st position
XP_Prize=700
			// xp earned per player still in race
XP_Bonus=50
			// time race runs for (seconds)
Race_Time=120
			// which way players face at startline
Startline_Heading=86.780403
			// Checkpoints (X,Y,Z,) from start to finish
CP0=2455.341796,-1658.946166,13.108400,
CP1=2328.312988,-1659.662353,13.382300,
CP2=2153.565429,-1630.447998,13.434499,
CP3=1985.431884,-1622.290527,15.425100,
CP4=1806.485229,-1612.062011,13.158699,
CP5=1591.478881,-1591.919067,13.187500,
CP6=1247.591064,-1570.845336,13.186599,
CP7=1018.674316,-1571.999145,13.192500,
CP8=810.700622,-1658.253662,13.186599,
CP9=827.247009,-1820.215087,12.134900,
CP10=831.597412,-1943.273803,12.670599,
CP11=828.510314,-2046.398437,12.670200,

-----------------------------------------------------------------------------------------

