Raised This Month: $51 Target: $400
 12% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
away000
Veteran Member
Join Date: Sep 2010
Old 06-22-2011 , 14:27   Re: Sm_Skinchooser
Reply With Quote #721

Where i can find the full cvar list of skinchooser?
away000 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 06-22-2011 , 16:05   Re: Sm_Skinchooser
Reply With Quote #722

First post readed?
__________________
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
away000
Veteran Member
Join Date: Sep 2010
Old 06-22-2011 , 17:08   Re: Sm_Skinchooser
Reply With Quote #723

Quote:
Originally Posted by andi67 View Post
First post readed?
Readed and can't find where =/

And with this i cant set'up more than one skin for Admin T, more than one for Admin CT, more than 4 for Public T and more than 4 for Public CT?


And maybe Translation suport?

Last edited by away000; 06-22-2011 at 17:57. Reason: A new request for a goodie plugin =D
away000 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 06-23-2011 , 04:59   Re: Sm_Skinchooser
Reply With Quote #724

sm_skinchooser_normal 1 // for enabling downloads
sm_skinchooser_enabled 1 // for enable plugin
sm_skinchooser_autodisplay 1 //for enable the menu on Teamjoin
sm_skinchooser_displaytimer 0 // for using the Menu displaying a little bit later on teamjoin
sm_skinchooser_menustarttime 5.0 //Time when the menu should be displayed
sm_skinchooser_skinbots 1 // for using skins on Bots
sm_skinchooser_admingroup 0 // for using the Groupsystem && Flagsystem
__________________
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
DJRenegade
Junior Member
Join Date: Jun 2011
Old 06-23-2011 , 05:39   Re: Sm_Skinchooser
Reply With Quote #725

Well the updated version stopped it crashing everyone.

Now it just seems to be random, but still on deaths. :/
DJRenegade is offline
theballin7
Member
Join Date: May 2011
Old 06-23-2011 , 11:01   Re: Sm_Skinchooser
Reply With Quote #726

hello can you tell me why this isnt working in my server this is my skins.ini
the menu will not show up
Code:
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "j"
"Team1"
{
"Pedo Bear"
{
"path" "models\player\kuristaja\pbear\pbear.mdl"
} 
}

"Team2"
{
"Chicken"
{
"path" "models\player\techknow\chickenleetle\chicleet.mdl"
}
}
}

"Special Admin Models"
{
"Admin" "t"
"Team1"
{
"rawr"
{
"path" "models\player\kuristaja\rawr\rawr.mdl"
} 
}

"Team2"
{
"bunny"
{
"path" "models\player\techknow\bunny\bunny.mdl"
}
}
}


"Public Models"
{
"Admin" ""
"Team1"
{
"Prisoner Skin"
{
"path" "models\player\natalya\prison\prisoner.mdl"
}
}

"Team2"
{
"Police Skin"
{
"path" "models\player\natalya\policem\chp_male_shirt2.mdl"
}
}
}

//If you use Fastdownload make sure all your model and material files are on your webserver!!!
theballin7 is offline
Enemy1
Senior Member
Join Date: Feb 2007
Location: Vaxjo, Sweden
Old 06-23-2011 , 11:52   Re: Sm_Skinchooser
Reply With Quote #727

Quote:
Originally Posted by theballin7 View Post
hello can you tell me why this isnt working in my server this is my skins.ini
the menu will not show up
Code:
//Configure your menu here
.
.
.
try get it working first of all with
"Admin" "b"
if it dont work with "Admin" "b" try without "b", then all should be able to use all skins.

and when its working with that - change it as you want it

  • And you have to use all *.ini files, for ex. "forceskinsbots_team2.ini"
If you dont upload them and the plugin is loooking for them it wont work :\
__________________
Linux server administrator.
Enemy1 is offline
away000
Veteran Member
Join Date: Sep 2010
Old 06-23-2011 , 12:17   Re: Sm_Skinchooser
Reply With Quote #728

And about than one Skin for admins and more than 4 for each public team skin?

How to configure this or i cant?

How can i change the flag for reserved and the flag to be considered admin?

And thanks for the list of cvars.
away000 is offline
Enemy1
Senior Member
Join Date: Feb 2007
Location: Vaxjo, Sweden
Old 06-23-2011 , 16:24   Re: Sm_Skinchooser
Reply With Quote #729

Quote:
Originally Posted by away000 View Post
And about than one Skin for admins and more than 4 for each public team skin?

How to configure this or i cant?
Please read the example skin.ini
But if you dont get it working with all skins set to public, then you will fail with restrictions..
1-use skins that wont overwrite the std.skins.
2-make the clients downloading the skins.
3-get the menu working with all skins public.
4-get the restrictions working.

Quote:
How can i change the flag for reserved and the flag to be considered admin?
Open sourcemod/scripting/sm_skinchooser.sp

Quote:
Plugin now handles the following Flags:

"" - for Public
"b" - Generic Admins
"g" - Mapchange Admins
"t" - Custom Admins for use Reserved Skins
"z" - Root Admins
If you have sourcebans on your webserver that is already done

But if you use admin_simple.ini - then its harder - read sourcemod wiki.
__________________
Linux server administrator.
Enemy1 is offline
away000
Veteran Member
Join Date: Sep 2010
Old 06-23-2011 , 16:41   Re: Sm_Skinchooser
Reply With Quote #730

Quote:
Originally Posted by Enemy1 View Post
Please read the example skin.ini
But if you dont get it working with all skins set to public, then you will fail with restrictions..
1-use skins that wont overwrite the std.skins.
2-make the clients downloading the skins.
3-get the menu working with all skins public.
4-get the restrictions working.



Open sourcemod/scripting/sm_skinchooser.sp



If you have sourcebans on your webserver that is already done

But if you use admin_simple.ini - then its harder - read sourcemod wiki.
Thanks will try some of them.
away000 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 09:20.


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