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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
bobis
Senior Member
Join Date: Jun 2010
Location: Athens, Greece
Old 02-29-2016 , 14:01   Re: Sm_Skinchooser
Reply With Quote #2201

The plugin is bugged in some point: I mean , ct and t skins are messed up (when you choose batman ct skin , you got AC t skin for example) , how to fix this?

This bug occurs in most maps.

Last edited by bobis; 02-29-2016 at 14:01.
bobis is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 02-29-2016 , 17:03   Re: Sm_Skinchooser
Reply With Quote #2202

Quote:
Any updates?
Atm not....

Quote:
The plugin is bugged in some point: I mean , ct and t skins are messed up (when you choose batman ct skin , you got AC t skin for example) , how to fix this?

This bug occurs in most maps.
What version?
What SM-Version?
Skins.ini ?
__________________
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
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 03-01-2016 , 07:14   Re: Sm_Skinchooser
Reply With Quote #2203

Server is crashing.
Don't know what causes it but only errors I get are from skinchooser.


errors:
Spoiler




SM version:
Spoiler




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




skins.ini:
PHP Code:
//Configure your menu here
"Models"
{
    
"VIP"
    
{
        
"Admin" "a"
        "Team1"
        
{
            
"Anarchist"
            
{
                
"path" "models/player/tm_anarchist.mdl"
            
}  
            
"Professional"
            
{
                
"path" "models/player/tm_professional.mdl"
            
}
            
"Santa"
            
{
                
"path" "models/player/custom_player/legacy/santa/santa.mdl"
            

            
"Prisoner"
            
{
                
"path" "models/player/prisoner/prisoner_new.mdl"
            

        }
        
"Team2"
        
{
            
"Police"
            
{
                
"path" "models/player/mapeadores/kaem/police/police.mdl"
            
}
            
"Tomte"
            
{
                
"path" "models/player/tomte/ctm_tomte.mdl"
            
}
        }
    }
}


//If you use Fastdownload make sure all your model and material files are on your webserver!!! 
I'm running this on cs:go windows based server. I don't use the cs:go version because when I tested it I'm invisible and when I die my game crashes.

Last edited by Rohanlogs; 03-01-2016 at 15:57.
Rohanlogs is offline
VsX
AlliedModders Donor
Join Date: Jul 2007
Old 03-02-2016 , 09:05   Re: Sm_Skinchooser
Reply With Quote #2204

There was an error generating the menu. Check your skins.ini file.

The same error here.
VsX is offline
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 03-02-2016 , 10:03   Re: Sm_Skinchooser
Reply With Quote #2205

Well, I noticed a very minor mistake as I was comparing the original skins ini with my own, I was missing a gap


This
PHP Code:
                "path" "models/player/prisoner/prisoner_new.mdl"
            

        }
        
"Team2"
        
{
            
"Police"
            

Is supposed to be

PHP Code:
                "path" "models/player/prisoner/prisoner_new.mdl"
            

        }
 
GAP HERE
        
"Team2"
        
{
            
"Police"
            

Could this be the reason of error?
But that can't make the server crash like wtf lol.
It must be something else.. >.>
Rohanlogs is offline
Zibi17k
Member
Join Date: Sep 2015
Old 03-02-2016 , 10:56   Re: Sm_Skinchooser
Reply With Quote #2206

use for exemple
Quote:
"Team2"
{
"Police"
{
"model" "models/player/prisoner/police.mdl
"arms" "models/weapons/t_arms_phoenix.mdl"
}
only after few map plugin crash and get random skins ;/
and add ALL FILES (models and materials) to default_dowsnloads_skins.ini
Zibi17k is offline
HIRAMEte0r
Member
Join Date: Oct 2013
Location: Japan
Old 03-03-2016 , 20:55   Re: Sm_Skinchooser
Reply With Quote #2207

Could you add sm_skinchooser_playerspawntimer command to sm_skinchooser_csgo?
then it will automatically change their models when they spawn.
HIRAMEte0r is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-04-2016 , 05:17   Re: Sm_Skinchooser
Reply With Quote #2208

You mean give a random skin like for bots or what?
__________________
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
SirTurska
Junior Member
Join Date: Mar 2016
Old 03-04-2016 , 05:54   Re: Sm_Skinchooser
Reply With Quote #2209

Quote:
Originally Posted by andi67 View Post
You mean give a random skin like for bots or what?
I think it is the same problem that i have. I'm using latest version of sm_skinchooser_csgo

When i restart server the plugin works well, but after a few map or less its start to give random skins.
it wont give you a skin that you choose.

I have different skins to public players, Vip players and admins but when the plugin s doing whatever it wants to do public players get a random skin when they choose and it could be anything from my list.

EDIT: I had a SourceMod version 5280, I upgraded it to latest (5301) lets see how does that work.

Last edited by SirTurska; 03-04-2016 at 07:09.
SirTurska is offline
derptestt
Senior Member
Join Date: Jul 2015
Old 03-04-2016 , 13:19   Re: Sm_Skinchooser
Reply With Quote #2210

Quote:
Originally Posted by SirTurska View Post
I think it is the same problem that i have. I'm using latest version of sm_skinchooser_csgo

When i restart server the plugin works well, but after a few map or less its start to give random skins.
it wont give you a skin that you choose.

I have different skins to public players, Vip players and admins but when the plugin s doing whatever it wants to do public players get a random skin when they choose and it could be anything from my list.

EDIT: I had a SourceMod version 5280, I upgraded it to latest (5301) lets see how does that work.
Exact same problem multiple people are having with the _go version. Old version working fine. I've looked over the code, and haven't figured it out yet.
derptestt 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 13:16.


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