NOTE for version 1.3:
=====================
In preceding versions, the config file was named 'trail.ini'. I found better the name
'colors.cfg'. So if you already had a config file for this plugin, PLEASE rename it to
'colors.cfg'; the syntax is still the same though.

===============================================================================

Plugin_trail by Bahrmanou (amiga5707@hotmail.com).

Gives players a nice colored trail :)

The colors definitions is keep in a file instead of being 'hardcoded' in the plugin,
so the colors can be very easily modified, deleted, added,...No more need to
re-compile the plugin!!

Say you want to add a color. you add one line in the file, save it and do a

	'amx_trail_reload'

in your server console, et voila!! The new color is ready :D


Commands:

	ADMINS ONLY:
	============
	amx_trail ['on'|'off'|'1'|'0'] : enable/disable trails.
	amx_trail_user <name or #userid> <colorname | 'random' | 'off'> : set user trail.
	amx_trail_type <type> : set trail type (sprite) for all players.
	amx_trail_life [duration] : get/set trail duration, in seconds.
	amx_trail_size [size] : get/set trail size.
	amx_trail_brightness [brightness] : get/set trail brightness.
	amx_trail_reload : reload colors configuration file.

	ALL:
	====
	Players can say 'trail [arguments]' to get or remove a trail.
	
	Examples of say commands:

	trail			: get a random color trail.
	trail random		: idem.
	trail blue		: get a blue trail.
	trail light red		: get a light red trail.
	trail 6 dark olive	: get a dark olive color trail of type 6.
	trail off		: remove trail.
	trail help		: display the list of colors and commands in console.

	All color names can be prefixed with 'light' or 'dark', i.e: red, light red, dark red, etc.


Have fun :)

