View Single Post
Lamphanger
Junior Member
Join Date: Dec 2010
Old 01-04-2011 , 15:28   Re: [CS:S] Auto Skin
Reply With Quote #12

It doens't work for me.
I've setted up evrything correctly. The skins won't auto set up for players, and somehow I don't have the acces to the command !skins.

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

// Enables/disables all features of the plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_autoskin_enable "1"

// Enables/disables the ability for regular players to have an assigned model.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_autoskin_tier_none "1.000000"

// Path to player model, access level == none. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_none_ct "models/player/elis/fsv2/fischer.mdl"

// Path to player model, access level == none. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_none_t "models/player/jailbait/t_phoenix/t_phoenix.mdl"

// Letter flag(s) required to access the tier five model. ("-1" Disables)
// -
// Default: "-1"
sm_autoskin_tier_five "-1"

// Path to player model, access level == sm_autoskin_tier_five. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_five_ct ""

// Path to player model, access level == sm_autoskin_tier_five. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_five_t ""

// Letter flag(s) required to access the tier four model. ("-1" Disables)
// -
// Default: "-1"
sm_autoskin_tier_four "-1"

// Path to player model, access level == sm_autoskin_tier_four. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_four_ct ""

// Path to player model, access level == sm_autoskin_tier_four. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_four_t ""

// Letter flag(s) required to access the tier one model. ("-1" Disables)
// -
// Default: "-1"
sm_autoskin_tier_one "z"

// Path to player model, access level == sm_autoskin_tier_one. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_one_ct "models/player/slow/fallout_3/tesla_power_armor/slow.mdl"

// Path to player model, access level == sm_autoskin_tier_one. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_one_t "models/player/slow/niko_bellic/slow.mdl"

// Letter flag(s) required to access the tier three model. ("-1" Disables)
// -
// Default: "-1"
sm_autoskin_tier_three "-1"

// Path to player model, access level == sm_autoskin_tier_three. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_three_ct ""

// Path to player model, access level == sm_autoskin_tier_three. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_three_t ""

// Letter flag(s) required to access the tier two model. ("-1" Disables)
// -
// Default: "-1"
sm_autoskin_tier_two "-1"

// Path to player model, access level == sm_autoskin_tier_two. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_two_ct ""

// Path to player model, access level == sm_autoskin_tier_two. ("" Disables)
// -
// Default: ""
sm_autoskin_tier_two_t "" 

Did I do something wrong ?
Lamphanger is offline