Raised This Month: $ Target: $400
 0% 

[CS:GO] Skins Chooser


Post New Thread Reply   
 
Thread Tools Display Modes
matheusfragaa
Junior Member
Join Date: Jan 2014
Old 01-02-2014 , 00:50   Re: [CS:GO] Skins Chooser
Reply With Quote #61

matheusfragaa is offline
Chesterfield
Senior Member
Join Date: Apr 2013
Old 02-13-2014 , 09:57   Re: [CS:GO] Skins Chooser
Reply With Quote #62

It is possible to make an specific model just for admins? for example, SAS 6 only for admins or another specific model?

Thanks in advance.
Chesterfield is offline
Chesterfield
Senior Member
Join Date: Apr 2013
Old 02-13-2014 , 14:56   Re: [CS:GO] Skins Chooser
Reply With Quote #63

Also, i've tried to delete all the skins and add just some in the skins panel, since they are way too much and admins don't use most of them, i've tried something like this.

Quote:
//"Separatist"
//{
// "skin" "models/player/tm_separatist_varianta.mdl"
// "arms" "models/weapons/t_arms_separatist.mdl"
//}

//"Phoenix""
//{
// "skin" "models/player/tm_phoenix_variantc.mdl"
// "arms" "models/weapons/t_arms_phoenix.mdl"
//}

//"Leet"
//{
// "skin" "models/player/tm_leet_variante.mdl"
// "arms" "models/weapons/t_arms_leet.mdl"
//}

//"Professional"
//{
// "skin" "models/player/tm_professional_var1.mdl"
// "arms" "models/weapons/t_arms_professional.mdl"
//}

//"White SAS"
//{
// "skin" "models/player/ctm_sas_variante.mdl"
// "arms" "models/weapons/ct_arms_sas.mdl"
//}


//"Normal SAS"
//{
// "skin" "models/player/ctm_sas_variantb.mdl"
// "arms" "models/weapons/ct_arms_sas.mdl"
//}


//"IDF"
//{
// "skin" "models/player/ctm_idf_variantf.mdl"
// "arms" "models/weapons/ct_arms_idf.mdl"
//}

//"GIGN"
//{
// "skin" "models/player/ctm_gign_variantc.mdl"
// "arms" "models/weapons/ct_arms_gign.mdl"
//}
But it's not working, when we type /skins nothing appear, i'm sure that i wrote something wrong in the any.cfg, could someone tell me what i missed?
Chesterfield is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 02-13-2014 , 16:26   Re: [CS:GO] Skins Chooser
Reply With Quote #64

Quote:
Originally Posted by Chesterfield View Post
It is possible to make an specific model just for admins? for example, SAS 6 only for admins or another specific model?

Thanks in advance.
Download another skins plugin and add SAS-6 model there (for CT'S only obviously).

Quote:
Originally Posted by Chesterfield View Post
Also, i've tried to delete all the skins and add just some in the skins panel, since they are way too much and admins don't use most of them, i've tried something like this.
But it's not working, when we type /skins nothing appear, i'm sure that i wrote something wrong in the any.cfg, could someone tell me what i missed?
Any errors in logs?
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
Chesterfield
Senior Member
Join Date: Apr 2013
Old 02-13-2014 , 18:58   Re: [CS:GO] Skins Chooser
Reply With Quote #65

Nothing, just the menu didn't appear, read what i've put in my quote, i've write it good? coz i'm almost sure that i've missed something.
Chesterfield is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 02-14-2014 , 01:20   Re: [CS:GO] Skins Chooser
Reply With Quote #66

Can you attach any.cfg file? I presume you're missing first section or some quote/braket. If there are no skins in config (all is commented), menu wont appear.
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
TheGreatWarrior
Junior Member
Join Date: May 2010
Old 03-14-2014 , 06:19   Re: [CS:GO] Skins Chooser
Reply With Quote #67

Its a attempt for CSGO...


Quote:
"Skins"
{
"Terrorists"
{
"Anarchist"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.vtx"
"skin" "models/player/zomb/zombie.vvd"
"arms" "models/weapons/t_arms_anarchist.mdl"
}
"Pirate"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.vvd"
"skin" "models/player/zomb/zombie.vtx"
"arms" "models/weapons/t_arms_pirate.mdl"
}
"Professional"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.vvd"
"skin" "models/player/zomb/zombie.vtx"
"arms" "models/weapons/t_arms_professional.mdl"
}
"Separatist"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.vvd"
"skin" "models/player/zomb/zombie.vtx"
"arms" "models/weapons/t_arms_separatist.mdl"
}
"Balkan"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.vvd"
"skin" "models/player/zomb/zombie.vtx"
"arms" "models/weapons/t_arms_balkan.mdl"
}
"Leet"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.vtx"
"arms" "models/weapons/t_arms_leet.mdl"
}
"Phoenix"
{
"skin" "models/player/zomb/zombie.mdl"
"skin" "models/player/zomb/zombie.phy"
"skin" "models/player/zomb/zombie.vvd"
"skin" "models/player/zomb/zombie.vtx"
"arms" "models/weapons/t_arms_phoenix.mdl"
}
}
"Counter-Terrorists"
{
"GIGN"
{
"skin" "models/player/ctm_gign_variantc.mdl"
"arms" "models/weapons/ct_arms_gign.mdl"
}
"GSG-9"
{
"skin" "models/player/ctm_gsg9_variantc.mdl"
"arms" "models/weapons/ct_arms_gsg9.mdl"
}
"ST-6"
{
"skin" "models/player/ctm_st6_varianta.mdl"
"arms" "models/weapons/ct_arms_st6.mdl"
}
"FBI"
{
"skin" "models/player/ctm_fbi_varianta.mdl"
"arms" "models/weapons/ct_arms_fbi.mdl"
}
"IDF"
{
"skin" "models/player/ctm_idf_variantb.mdl"
"arms" "models/weapons/ct_arms_idf.mdl"
}
"SAS"
{
"skin" "models/player/ctm_sas_variantb.mdl"
"arms" "models/weapons/ct_arms_sas.mdl"
}
"SWAT"
{
"skin" "models/player/ctm_swat.mdl"
"arms" "models/weapons/ct_arms_swat.mdl"
}
}
}
I m i stupid ???
TheGreatWarrior is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 03-17-2014 , 09:26   Re: [CS:GO] Skins Chooser
Reply With Quote #68

add auto display when u join server, thx.
asdfxD is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 03-17-2014 , 09:43   Re: [CS:GO] Skins Chooser
Reply With Quote #69

TheGreatWarrior,there should be only one 'skins' section with .mdl path only, so delete .phy .vvd .vtx ones from config.
Quote:
Originally Posted by asdfxD View Post
add auto display when u join server, thx.
No, this plugin shows two different menus for Ts and CTs respectivitely, so its cannot show skins menu when player just joined.
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 03-17-2014 , 17:54   Re: [CS:GO] Skins Chooser
Reply With Quote #70

Quote:
Originally Posted by Root_ View Post
TheGreatWarrior,there should be only one 'skins' section with .mdl path only, so delete .phy .vvd .vtx ones from config.

No, this plugin shows two different menus for Ts and CTs respectivitely, so its cannot show skins menu when player just joined.
just mean when u join a team ct or t... there is a plugin only for admin skins and it works, so why it shouldn't with this?
asdfxD 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 11:09.


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