Dr.G
03-20-2009, 10:56 PM
This plugin is VERY simple and might be a tutorial for some people...
/* Plugin generated by AMXX-Studio
----------------------------------------------------------------------------------------------------
INFO:
Make alittle smoke trail after grenades when they are thrown. The trail is either one color for all
nades or you can set it to be a team color, see CVARS.
All trail colors are in RGB format!
CREDIT:
DoD:S ??
CHANGELOG:
----------------------------------------------------------------------------------------------------
CVARS and default settings:
- plugin on/off | 1 = on 0 = off
"dod_grenade_trial" "1"
- use team color or not | 1 = on 0 = off
"dod_grenade_trial_team_color" "0"
- default trail colors
"dod_nt_default_1" "105" // r
"dod_nt_default_2" "105" // g
"dod_nt_default_3" "105" // b
- trail size
"dod_nt_default_size" "15"
- allies trail colors
"dod_nt_allies_1" "0" // r
"dod_nt_allies_2" "139" // g
"dod_nt_allies_3" "0" // b
- trail size
"dod_nt_allies_size" "10"
- axis trail colors
"dod_nt_axis_1" "139" // r
"dod_nt_axis_2" "0" // g
"dod_nt_axis_3" "0" // b
- trail size
"dod_nt_axis_size" "10"
----------------------------------------------------------------------------------------------------
*/
////////////////////////////////////////////////////////////////////////////////////////////////////
bugs etc goes in this thread...
- cheers
Public Stats (http://www.game-monitor.com/search.php?search=dod_gt_stats&type=variable)
/* Plugin generated by AMXX-Studio
----------------------------------------------------------------------------------------------------
INFO:
Make alittle smoke trail after grenades when they are thrown. The trail is either one color for all
nades or you can set it to be a team color, see CVARS.
All trail colors are in RGB format!
CREDIT:
DoD:S ??
CHANGELOG:
----------------------------------------------------------------------------------------------------
CVARS and default settings:
- plugin on/off | 1 = on 0 = off
"dod_grenade_trial" "1"
- use team color or not | 1 = on 0 = off
"dod_grenade_trial_team_color" "0"
- default trail colors
"dod_nt_default_1" "105" // r
"dod_nt_default_2" "105" // g
"dod_nt_default_3" "105" // b
- trail size
"dod_nt_default_size" "15"
- allies trail colors
"dod_nt_allies_1" "0" // r
"dod_nt_allies_2" "139" // g
"dod_nt_allies_3" "0" // b
- trail size
"dod_nt_allies_size" "10"
- axis trail colors
"dod_nt_axis_1" "139" // r
"dod_nt_axis_2" "0" // g
"dod_nt_axis_3" "0" // b
- trail size
"dod_nt_axis_size" "10"
----------------------------------------------------------------------------------------------------
*/
////////////////////////////////////////////////////////////////////////////////////////////////////
bugs etc goes in this thread...
- cheers
Public Stats (http://www.game-monitor.com/search.php?search=dod_gt_stats&type=variable)