Raised This Month: $ Target: $400
 0% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
Hurrican
Member
Join Date: Feb 2013
Old 02-25-2013 , 14:34   Re: Sm_Skinchooser
Reply With Quote #1411

Whats wrong?
Spoiler
__________________

Hurrican is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 02-26-2013 , 02:05   Re: Sm_Skinchooser
Reply With Quote #1412

Code:
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "t"
"Team1"
{
"Masterchief"
{
"path" "models/player/wastedyouth/redmc/t_arctic.mdl"
} 
}
"Team2"
{
"Masterchief"
{
"path" "models/player/wastedyouth/bluemc/ct_sas.mdl"
}
}
}
} <--------   missing......
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
gpadmin
Member
Join Date: Oct 2006
Old 02-26-2013 , 15:18   Re: Sm_Skinchooser
Reply With Quote #1413

Thank you for plugin!
gpadmin is offline
Kroteek
Member
Join Date: May 2012
Old 03-01-2013 , 09:16   Re: Sm_Skinchooser
Reply With Quote #1414

Code:
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "t"
"Team1"
{
"Angry Emotion"
{
"path" "models/player/techknow/angry_emotion/angry.mdl"
}
"Spiderman"
{
"path" "models/player/techknow/spiderman3/spiderman3.mdl"
}
"Bert"
{
"path" "models/player/techknow/bert/bert.mdl"
}
"Pink Panther"
{
"path" "models/player/techknow/p_panther/panther.mdl"
}
"Marvin"
{
"path" "models/player/techknow/marvin_v2/marvin.mdl"
}
"Lara Croft"
{
"path" "models/player/techknow/b-lara/b-lara.mdl"
}
"Jack of Blades"
{
"path" "models/player/techknow/blades/blades.mdl"
}
}

"Team2"
{
"Hephaestus"
{
"path" "models/player/techknow/hephaestus/hephaestus.mdl"
}
"Squak"
{
"path" "models/player/techknow/squak/squak.mdl"
}
"Kermit"
{
"path" "models/player/techknow/kermit_fix/kermit_fix.mdl"
}
"Goofy"
{
"path" "models/player/techknow/goofy/goofy.mdl"
}
"Homer"
{
"path" "models/player/techknow/leethomer_v2/leethomer.mdl"
}
"Snorresnup"
{
"path" "models/player/techknow/bugs_v2/bugs.mdl"
}
"Julemand"
{
"path" "models/player/techknow/santa/santa.mdl"
}
"David Douillet"
{
"path" "models/player/techknow/david/david.mdl"
}
}
}
}

My problem is the players without any of these skins are invisible..

I tried alot and cant find the mistake?

Last edited by Kroteek; 03-01-2013 at 10:39. Reason: Changed the .ini
Kroteek is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-01-2013 , 11:36   Re: Sm_Skinchooser
Reply With Quote #1415

Quote:
Cvarlist
sm_skinchooser_admingroup (1 = enabled(default) , 0 = disabled)
Adds the possebility to use the Groupsystem.
sm_skinchooser_SkinBots (1 = enabled(default) , 0 = disabled), forces Bots to have a skin,set this to "0" if you donīt want bots having a skin!!!
sm_skinchooser_displaytimer (1 = enabled , 0 = disabled(default)), makes it possible to display the menu a little bit
later not directly by choosing a team
sm_skinchooser_menustarttime (default is 5.0 means menu will pop up 5 seconds after joining a Team , only works if sm_skinchooser_displaytimer is set to 1 !!!)
sm_skinchooser_autodisplay (1 = enabled(default) , 0 = disabled ) letīs the menu popup on teamjoin
sm_skinchooser_adminonly(1 = enabled , 0 = disabled(default) )
With this Cvar you can enable the Menu only for Admins means only Admins will get the menu and can use the "!models" command if enabled.
sm_skinchooser_playerspawntimer (1 = enabled , 0 = disabled(default) )
This is only usefull if you have problems with the player_spawn Event , it enables the SetModel one second later on player_spawn (I made this because Resistance and Liberations seems to make some Probs without Timer.)
sm_skinchooser_forceplayerskin (1 = enabled , 0 = disabled )
With this cvar in combinition with sm_skinchooser_playerspawntimer you can give players automaticly a skin without choosing one from the menu.
Notice!!! If you donīt want to use this option set the cvar to "0" in cfg!!!

sm_skinchooser_forceplayerskin (1 = enabled , 0 = disabled ) setting to 0 would help.........
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
Kroteek
Member
Join Date: May 2012
Old 03-03-2013 , 08:34   Re: Sm_Skinchooser
Reply With Quote #1416

Problem is people without skin is invisible

Quote:
// This file was auto-generated by SourceMod (v1.4.4)
// ConVars for plugin "sm_skinchooser.smx"


// -
// Default: "1"
sm_skinchooser_admingroup "1"

// -
// Default: "0"
sm_skinchooser_adminonly "0"

// -
// Default: "1"
sm_skinchooser_autodisplay "1"

// -
// Default: "0"
sm_skinchooser_displaytimer "0"

// -
// Default: "1"
sm_skinchooser_enabled "1"

// -
// Default: "1"
sm_skinchooser_forceplayerskin "0"

// -
// Default: "5.0"
sm_skinchooser_menustarttime "5.0"

// -
// Default: "1"
sm_skinchooser_playerspawntimer "1"

// -
// Default: "1"
sm_skinchooser_skinbots "0"

// SM SKINCHOOSER VERSION
// -
// Default: "2.3"
sm_skinchooser_version "2.3"

Quote:
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "t"
"Team1"
{
"Angry Emotion"
{
"path" "models/player/techknow/angry_emotion/angry.mdl"
}
"Spiderman"
{
"path" "models/player/techknow/spiderman3/spiderman3.mdl"
}
"Bert"
{
"path" "models/player/techknow/bert/bert.mdl"
}
"Pink Panther"
{
"path" "models/player/techknow/p_panther/panther.mdl"
}
"Marvin"
{
"path" "models/player/techknow/marvin_v2/marvin.mdl"
}
"Lara Croft"
{
"path" "models/player/techknow/b-lara/b-lara.mdl"
}
"Jack of Blades"
{
"path" "models/player/techknow/blades/blades.mdl"
}
}

"Team2"
{
"Hephaestus"
{
"path" "models/player/techknow/hephaestus/hephaestus.mdl"
}
"Squak"
{
"path" "models/player/techknow/squak/squak.mdl"
}
"Kermit"
{
"path" "models/player/techknow/kermit_fix/kermit_fix.mdl"
}
"Goofy"
{
"path" "models/player/techknow/goofy/goofy.mdl"
}
"Homer"
{
"path" "models/player/techknow/leethomer_v2/leethomer.mdl"
}
"Snorresnup"
{
"path" "models/player/techknow/bugs_v2/bugs.mdl"
}
"Julemand"
{
"path" "models/player/techknow/santa/santa.mdl"
}
"David Douillet"
{
"path" "models/player/techknow/david/david.mdl"
}
}
}
}
Whats wrong have been reading all though, can't find?
Kroteek is offline
Blakes7
Senior Member
Join Date: Dec 2012
Location: New England
Old 03-06-2013 , 10:56   Re: Sm_Skinchooser
Reply With Quote #1417

Is there anyway to control player skins on a per map basis?
Cheers, Blakes7
Blakes7 is offline
Blakes7
Senior Member
Join Date: Dec 2012
Location: New England
Old 03-06-2013 , 11:03   Re: Sm_Skinchooser
Reply With Quote #1418

Slightly off topic, but skins related ;)
Anyone know a good download or resource for all of TECHKNOWS skins?
Here is SLOWs Excellent Skin Repository ;)
http://s-low.net/forum/index.php?sid...4c4b273f15e291
Cheers, Blakes7
Blakes7 is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-07-2013 , 03:13   Re: Sm_Skinchooser
Reply With Quote #1419

Hi,

Thanks for the link!

I really miss Techknow models forum with a lot of other models like b4p's Star Wars ones.

Fortunately I downloaded quite a lot of them but still, this forum is missing.

We have to wait as far as I know, it's under consrtuction again.

++
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 03-07-2013 at 03:13.
St00ne is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-08-2013 , 05:57   Re: Sm_Skinchooser
Reply With Quote #1420

you can get the old b4p_starwars_models and new ones also on my forums , just klick the MODELS DOWNLOAD link in my signature......
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode