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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
imboredofschool
New Member
Join Date: Sep 2010
Old 09-19-2010 , 17:20   Re: Sm_Skinchooser
Reply With Quote #521

For some reason, My server always makes people download the skins over and over again. Then shows error signs when they come in. When people when join my server, it says its downloading but i guess i doesnt. Any help?
imboredofschool is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 09-20-2010 , 11:16   Re: Sm_Skinchooser
Reply With Quote #522

Did you use any download server? if so you have to set it up correctly. Google it
Groger is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 09-22-2010 , 12:09   Re: Sm_Skinchooser
Reply With Quote #523

Hi there,

I hope you are considering to add the "steamID" check ability.. it would be very handy and kind of you

Also i use this config now , but still it doesnt work, I cant set the model 'Rorschach' ; and whole "public" section.

PHP Code:
//Configure your menu here
"Models"
{

    
"Admin"
    
{
        
"admin" "b"
        "Team1"
        
{
            
"Hitler"
            
{                
                
"path" "models/player/slow/hitler/hitler.mdl"
            
}
        }

        
"Team2"
        
{
            
"Ct met helm"
            
{
                
"path" "models/player/ics/ct_gign_fbi/ct_gign.mdl"
            
}
        }
    }
    
"donator"
    
{
        
"Admin" "t"
        "Team1"
        
{
            
"Pedobear"
            
{                
                
"path" "models/player/kuristaja/pbear/pbear.mdl"
            
}
            
"Goofy"
            
{                
                
"path" "models/player/techknow/goofy/goofy.mdl"
            
}
            
"King Ping"
            
{                
                
"path" "models/player/slow/jamis/kingpin/slow_v2.mdl"
            
}
        }

        
"Team2"
        
{
            
"Blauwe CT"
            
{
                
"path" "models/player/tiera/fsb/ct_urban.mdl"
            
}
            
"Homo!"
            
{
                
"path" "models/player/slow/pink_soldier_fix/ct_urban.mdl"
            
}
        }
    }
    
"members"
    
{
        
"Admin" "o"
        "Team1"
        
{
            
"Uitgebreide T"
            
{                
                
"path" "models/player/jailbait/t_phoenix/t_phoenix.mdl"
            
}
            
"Max het konijn"
            
{                
                
"path" "models/player/slow/sam_and_max/max/slow_v2.mdl"
            
}
        }

        
"Team2"
        
{
            
"Moderne Politie"
            
{
                
"path" "models/player/rocknrolla/ct_urban.mdl"
            
}
        }
    }
    
"Buba"
    
{
        
"Admin" "p"
        "Team1"
        
{
            
"Koe"
            
{                
                
"path" "models/player/slow/madcow_v2/madcow.mdl"
            
}
        }
    }

    
"IceTea"
    
{
        
"Admin" "s"
        "Team1"
        
{
            
"Rorschach"
            
{                
                
"path" "models/player/slow/rorschach/slow_norain_v2.mdl"
            
}
        }

    }
    
"public"
    
{
        
"Admin" ""
        "Team1"
        
{
            
"Oranje T"
            
{                
                
"path" "models/player/techknow/prison/leet_p.mdl"
            
}
            
"Gele T"
            
{                
                
"path" "models/player/techknow/prison/leet_pc.mdl"
            
}
        }

        
"Team2"
        
{
            
"Politie met de pet"
            
{
                
"path" "models/player/elis/po/police.mdl"
            
}
        }
    }
}


// If you use Fastdownload on your servers make sure all files are on your webspace!!!
// Donīt forget to list ALL Files for your models in skinchooserdownloads.ini!!! 
Do you have any idea why these certain skin cannot be set? it shows up in the menu but whene you click it the model doesnt change

No errors or anything

Thx in advance

Last edited by Groger; 09-22-2010 at 12:18.
Groger is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 09-22-2010 , 12:51   Re: Sm_Skinchooser
Reply With Quote #524

i got it working by adding a "team2" skin for them, isint there a way that you could only set a team1 model?
Groger is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 09-22-2010 , 14:55   Re: Sm_Skinchooser
Reply With Quote #525

Well deleting the Team2 function will mess up reading the ini thatīs what I have written a few posts above.....
You could simply add a stockmodel if you didnīt want to use a custommodel there....
__________________
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
tazzle0870
Senior Member
Join Date: May 2010
Old 09-25-2010 , 00:50   Re: Sm_Skinchooser
Reply With Quote #526

Heres my problem I am setting menu for donators and admin skins. My menu shows only donators. Its not bringing up admin choice. Any idea? Here is how i have it set up.The flags are set correctly on source bans.


//Configure your menu here
"Models"
{
"Donators Skin"
{
"Admin" "p"

"Team1"
{
"model 1"
{
"path"
}
"model 2"
{
"path"
}
}

"Team2"
{
"models name"
{
"path" "models"
}
"model name"
{
"path" "models"
}
}

"Admin Skins"
{
"Admin" "s"

"Team1"
{
"model 1"
{
"path"
}
" model 2"
{
"path" "models
}
}

"Team2"
{
"model 1"
{
"path" "models
}

"model 2"
{
"path" "model
}

}
}
}
tazzle0870 is offline
tazzle0870
Senior Member
Join Date: May 2010
Old 09-25-2010 , 10:47   Re: Sm_Skinchooser
Reply With Quote #527

never mind figured it out .!!
tazzle0870 is offline
jj3502
New Member
Join Date: Sep 2010
Old 09-30-2010 , 00:55   Re: Sm_Skinchooser
Reply With Quote #528

its not working?
the menu comes up and i chose Admin skins and then CT and the menu disappears and i don't get any skins?

Code:
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "t"
"T"
{
"Normal"
{
"path" "/models/player/natalya/prison/prisoner.mdl"
} 
} 
"CT"
{
"Normal"
{
"path" "models/player/ct_urban.mdl"
} 
"Admin"
{
"path" "/models/player/ics/ct_gsg9_admin/ct_gsg9.mdl"
} 
}
}

"Public Models"
{
"Admin" ""
"T"
{
"Normal"
{
"path" "/models/player/natalya/prison/prisoner.mdl"
}
}

"CT"
{
"Normal"
{
"path" "models/player/ct_urban.mdl"
}
}
}

also can I make it so you cant chose none?
jj3502 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 09-30-2010 , 04:37   Re: Sm_Skinchooser
Reply With Quote #529

Take a look in the example "skins.ini" and you will know why it is not working........never delete "team1" and "team2".......
__________________
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
Voldzito
Junior Member
Join Date: Oct 2010
Old 10-10-2010 , 07:39   Re: Sm_Skinchooser
Reply With Quote #530

I am having a problem with this skin plugin on our server, where we have made admins on IP's and Nick + Password.

The problem is that when an admin picks a skin, some other public people after respawn (in the next round) gets the skin, that admin selected on that team, how to fix that? Is there an ability to make it store on IP/Nick rather than some generated clients number?

Were running Sourcemod Webadmin Final and have set up 2 flags on the skins.ini: s for super admin skins and b for generic vip admin skins, the select menu works fine, other poeople, that don't have admin access can't select and dong get the menu, but they get a skin, that another admin picks on that team after the respawn as I mentioned above

Last edited by Voldzito; 10-10-2010 at 07:41.
Voldzito 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 04:56.


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