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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
petro3
New Member
Join Date: May 2013
Old 12-28-2015 , 13:26   Re: Sm_Skinchooser
Reply With Quote #2131

Quote:
Originally Posted by petro3 View Post
Hello,

I have a problem with force auto skin. It doesn't work in my server.
In sm_skinchooser.cfg I have sm_skinchooser_forceplayerskin 1
In forceskinsplayer_team2.ini and forceskinsplayer_team3.ini I have correct paths to skins:
"models\player\natalya\zoeys\zoey_christmas.m dl"
"models\player\custom_player\legacy\santa\san ta.mdl"
Skins work if I choose they from menu.
Still need help
petro3 is offline
caponeaus
Junior Member
Join Date: Dec 2015
Old 12-29-2015 , 14:35   Re: Sm_Skinchooser
Reply With Quote #2132

Can someone please show me how to add multiple flags in the skins.ini? Say if I need the VIP menu to be accessed by SuperVIP and ExtremeVIP, and admins I'm going to need 4 flags. How do I write the 4 flags in the skins.ini? Do I do them all in 1 quotations: "opqz" or a quotation for each?: "o" "p" "q" "z"

Thanks
caponeaus is offline
Jakeey802
Senior Member
Join Date: Oct 2015
Old 12-30-2015 , 00:15   Re: Sm_Skinchooser
Reply With Quote #2133

Quote:
Originally Posted by caponeaus View Post
Can someone please show me how to add multiple flags in the skins.ini? Say if I need the VIP menu to be accessed by SuperVIP and ExtremeVIP, and admins I'm going to need 4 flags. How do I write the 4 flags in the skins.ini? Do I do them all in 1 quotations: "opqz" or a quotation for each?: "o" "p" "q" "z"

Thanks
idk man maybe try both and see which one works. Rocket Science
Jakeey802 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-30-2015 , 08:17   Re: Sm_Skinchooser
Reply With Quote #2134

Code:
                     Originally Posted by petro3                                      
                 Hello,

I have a problem with force auto skin. It doesn't work in my server.
In sm_skinchooser.cfg I have sm_skinchooser_forceplayerskin 1
In forceskinsplayer_team2.ini and forceskinsplayer_team3.ini I have correct paths to skins:
"models\player\natalya\zoeys\zoey_christmas.m  dl"
"models\player\custom_player\legacy\santa\san  ta.mdl"
Skins work if I choose they from menu.
It works , it only sets a model if someone had choosen "none" from the menu.....
__________________
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!!!<<

Last edited by andi67; 12-30-2015 at 08:18.
andi67 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-30-2015 , 08:19   Re: Sm_Skinchooser
Reply With Quote #2135

Quote:
Originally Posted by caponeaus View Post
that is what isn't working. For that menu selection "VIP" I need it to have the groups of: "VIP" "SuperVIP" "ExtremeVIP" "Head Admin" "Owner".

But for some reason I can only have 2 groups there.?
You really should read the WIKI-Page....
__________________
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
deadbunny
Member
Join Date: Apr 2013
Old 12-30-2015 , 14:18   Re: Sm_Skinchooser
Reply With Quote #2136

I have problems with it.
Posted here:
https://forums.alliedmods.net/showthread.php?t=276926
deadbunny is offline
tommyzat
Junior Member
Join Date: Dec 2015
Old 12-31-2015 , 05:54   Re: Sm_Skinchooser
Reply With Quote #2137

So how do I choose my skin? is there a cmd?
tommyzat is offline
caponeaus
Junior Member
Join Date: Dec 2015
Old 01-03-2016 , 05:11   Re: Sm_Skinchooser
Reply With Quote #2138

Quote:
Originally Posted by andi67 View Post
You really should read the WIKI-Page....
I have mate, it obviously doesn't work does it if I have posted here. Hmm.

How can I add a menu (the VIP menu) to say 4 different groups in the admin_groups.cfg

so VIP's, SuperVIP's, ExtremeVIP's and Admins get access to the menu

Do I use flags to assign access or the groups?? I have tried groups and flags

Code:
"VIP"
	{
		"Admin" "VIP" "SuperVIP" "ExtremeVIP"
		"Team1"
		{
			"Santa"
			{
				"path" "models\player\kuristaja\slow_santa\slow_santa.mdl"
			} 
		}

		"Team2"
		{
			"Santa"
			{
				"path" "models\player\kuristaja\slow_santa\slow_santa.mdl"
			}
		}
	}

	"SuperVIP"
	{
		"Admin" "SuperVIP" "ExtremeVIP"
		"Team1"
		{
			"Batman"
			{
				"path" "models\player\mapeadores\morell\batman\batmanfix.mdl"
			}
			"Stormt"
			{
				"path" "models\player\b4p\b4p_stormt\b4p_stormt.mdl"
			}
			"Imperial"
			{
				"path" "models\player\b4p\b4p_imperial\b4p_imperial.mdl"
			}
			"Chewbacca"
			{
				"path" "models\player\b4p\b4p_chewbacca\b4p_chewbacca.mdl"
			}
		}
What is wrong with that.
caponeaus is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 01-03-2016 , 15:53   Re: Sm_Skinchooser
Reply With Quote #2139

http://andi67.bplaced.net/dokuwiki/doku.php
__________________
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
caponeaus
Junior Member
Join Date: Dec 2015
Old 01-03-2016 , 19:42   Re: Sm_Skinchooser
Reply With Quote #2140

Quote:
Originally Posted by andi67 View Post
omfg, it doesn't show an example there of using multiple groups. Hence why I posted here
caponeaus 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 08:07.


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