*****************************************************************************
* Thank you for using GTALua!                                               *
*****************************************************************************
If you need help, make sure to check out:
	http://wiki.gtalua.com/index.php/Main_Page
	http://wiki.gtalua.com/index.php/Getting_Started
	http://wiki.gtalua.com/index.php/API

You can also join IRC:
	irc.gtanet.com (Port 6667)
	#gtalua

*****************************************************************************
* Console                                                                   *
*****************************************************************************
help                       - Prints a list of all available commands
load   [addon/mod name]    - In order for this to work, your addon/mod name & thread name must match!
reload [addon/mod name]    - In order for this to work, your addon/mod name & thread name must match!
unload [addon/mod name]    - In order for this to work, your addon/mod name & thread name must match!
reloadall                  - Reload addon(s) already loaded
alerts                     - Set/Unset alerts for peds/objects by name.
entlist [type or name]     - List all entities (if no arguments given).  types: ped/veh/obj , or search by name.
globalscan                 - Dumps known globals to file.  New file is always used and will not over-write previous scans.
getglobal [number]         - Shows the value in global [number]
setglobal [number] [value] - Sets  the value in global [number] to [value]
hash [string or number]    - Hashes the [string] or attempts to find the object/model/ped of a given [number]
listscripts                - Lists all (game) scripts that are running and the number of instances each script has.
killscripts [name]         - Kills scripts by [name].  [name] must be exact match.
lua [lua as text]          - Executes [lua as text] as lua.  Example:   lua  print(5)
mblocks                    - Lists the values in CMemory Blocks (mBlocks table).
models    [search-pattern] - Gives hash/cache information for first [search-pattern] match found.
natives   [search-pattern] - Lists natives   it finds that match [search-pattern], also shows arguments the native requires.
objects   [search-pattern] - Lists objects   it finds that match [search-pattern].
particles [search-pattern] - Lists particles it finds that match [search-pattern].
reloadhud                  - Reloads only HUD.lua.
shell     [command]        - Executes [command] as a DOS/Shell command, then prints the output.
spawn     [search-pattern] - Spawns the first vehicle/ped/object found that matches [search-pattern].
speedtest                  - Tests the speed of GTA with and without the mod menu.  Takes less than 10 seconds.
stats                      - A small list of important stats relating to the menu/health.
tp        [id]             - Teleport to ped/vehicle/object that matches [id].  You can get [id] from: entlist
tp        [x] [y] [z]      - Teleport to coords [x] [y] [z]
vehicledata                - Prints detailed information pertaining to vehicle player is currently in.

