Description
awesomeTracer is a weapon/bullet tracer addon written in EventScripts Python.
It
can be set to have team-coloured tracers (ie. Terrorist tracers will be
red, CT tracers will be blue), or user-selected tracers. If user-selected, a player can type !tracer or !laser in chat to change their tracer colour to one of seven different colours ([default]red,green,blue,yellow,purple,white and orange).
Installation
Extract the zip into your mod directory [eg. /cstrike] and add the following line to your /cfg/autoexec.cfg file ::
If you wish, you can edit the options by opening the atracer.py file and editing the top part ::
| ############################# #####- EDIT BELOW HERE -##### ## How long the tracers will stay (in seconds) | DEFAULT = 0.7 ## at_duration = 0.7 ## Set to one to make team coloured tracers, set to 0 for user-defined | DEFAULT = 0 [not team colours] ## at_team_colours = 0 ###- BUT NOT BELOW HERE! -### ############################# |
|