View Single Post
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-02-2011 , 11:26   Re: [OB] Player Trails
Reply With Quote #13

Standard CFG generated, no changes. I have the Z Flag on my account and nothing pops up and i also had my donors/admins test it as well and nada.

Code:
// This file was auto-generated by SourceMod (v1.4.0-dev)
// ConVars for plugin "sm_trails.smx"


// Determines whether or not clients, with appropriate access, will spawn with trails enabled or disabled.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_trails_default "1"

// Enables/Disables all features of this plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_trails_enabled "1"

// The dying width of the trail.
// -
// Default: "0.1"
// Minimum: "0.000000"
sm_trails_end_width "0.1"

// The required flag needed to access Player Trails. Supports up to four flags, separated with ", ", such as "z, z, z, z".
// -
// Default: "b, t"
sm_trails_flag "b, t"

// The duration of the trail.
// -
// Default: "1.5"
// Minimum: "0.000000"
sm_trails_life_time "1.5"

// The starting width of the trail.
// -
// Default: "5.0"
// Minimum: "0.000000"
sm_trails_start_width "5.0"
Drixevel is offline