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

	
GTO Commands:
	'/objective'				- Discription of what to do in this gamemode.
	'/register [password] [email]'		- create an account.
	'/login [password]'			- login to your account.
	'/level'				- display level information.
	'/status'				- display character information.
	'/version'				- display gto version information.
	'/givecash [playerid] [money-amount]'	- to send money to other players.
	'/bank <amount>'			- Deposit amount of money in bank.
	'/withdraw <amount>'			- Withdraw amount of money from bank.
	'/gang help'				- see help on gangs.
   	'/Gang Create <colour> <gangname>'	- Create a new gang (Cost $50,000).
	'/Gang colours'				- Show a list of colours.
	'/g <message>'				- Send gang message.
	'! <message>'				- Send gang message.
	'@ <message>'				- Send admin message.
	'/Gang Quit'				- Leave/Quit your current gang.
	'/Gang Accept'				- Join/Accept an invitation to join a gang
	'/Gang Stats'				- Show stat info about your gang.
	'/Gang Members'				- Show member info about your gang.
	'/Gang Invite <playername>'		- Invite a player to join your gang. (Gangleader only) 
	'/Gang Kick <playername>'		- Kick a player from your gang. (Gangleader only) 
	'/Gang Colour <colour>'			- Set your gangs colour. (Gangleader only)(cost: $10,000)
	'/weapons'				- Show a list of all the weapons you have.
	'/weapon buy'				- Show a list of weapons for sale at ammunation.
	'/weapon buy <weaponid> <bullets>' 	- buy weapon from Ammunation.
	'/races'				- Show a list of all races currently running.
	'/race join <raceid>'			- Join race, raceid is got from '/races' command (and sleeping if logged in as admin)
	'/race quit'				- Leave current race.
	'/dms', '/deathmatches'			- Show a list of all deathmatches currently running. (and sleeping if logged in as admin)
	'/dm join <dmid>'			- Join deathmatch, dmid is got from '/dms' command
	'/dm quit'				- Leave current deathmatch.
	'/gasloc'				- Shows the nearest gas station
	'/taxi'					- become a taxi driver
	'/call taxi'				- Call a taxi
	'/houseinfo' or '/hinfo'		- Shows information of the house currently visited
	'/housebuy' or '/hbuy'			- Buys current house
	'/housesell' or '/hsell'		- Sells current house
	'/sethousebuyout <amount>'		- sets the current buyout with amount added
	'/houses'				- Shows a list of the houses
	'/myhouses'				- Shows a list of owned houses
	'/upkeep'				- Pays the house upkeep
	'/businessinfo' or '/binfo'		- Shows information of the business currently visited
	'/businessbuy' or '/bbuy'		- Buys current business
	'/businesssell or '/bsell'		- Sells current business
	'/setbuyout <amount>'			- sets the current buyout with amount added
	'/collect'				- Collects the money from the safe
	'/businesses'				- Shows a list of the businesses
	'/mybusinesses'				- Shows a list of owned businesses	


Admin only commands:
	'/admin givexp <playerid> <xp>'		- Give a player experience.
	'/admin givecash <playerid> <cash>'	- Give a player money.
	'/dm start <dmid>'			- Start a deathmatch
	'/race start <raceid>'			- Start a race
	'/race create <racename>'		- 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
	'/admin mute <id>'			- Mutes a player
	'/admin unmute <id>'			- Unmutes a player
	'/admin jail <id>'			- Jails a player
	'/admin unjail <id>'			- Unjail a player





