Raised This Month: $32 Target: $400
 8% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 09-27-2017 , 08:56   Re: Sm_Skinchooser
Reply With Quote #2611

Yes
__________________
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
soke
Member
Join Date: Jul 2017
Old 09-27-2017 , 12:10   Re: Sm_Skinchooser
Reply With Quote #2612

Genius! andi working great just got to sort out the skins and we are good to go.

5 years in the making but definitely worth the wait even without source 2 or HL3!
soke is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 09-27-2017 , 14:59   Re: Sm_Skinchooser
Reply With Quote #2613

Good to hear...
__________________
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
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 09-27-2017 , 17:58   Re: Sm_Skinchooser
Reply With Quote #2614

Quote:
Originally Posted by andi67 View Post
Good to hear...
Can u help me with my above question? I have been searching this thread of and on for a couple of hours and just can't find a solution.
TrappaTroopa is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 09-28-2017 , 01:22   Re: Sm_Skinchooser
Reply With Quote #2615

Configfile?
__________________
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
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 09-28-2017 , 10:51   Re: Sm_Skinchooser
Reply With Quote #2616

You can get sm_skinchooser_hl2dm version 3.0 from the firstpage , updated to new syntax.
__________________
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
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 09-28-2017 , 13:01   Re: Sm_Skinchooser
Reply With Quote #2617

Quote:
Originally Posted by andi67 View Post
updated to new syntax.
PHP Code:
Handle g_enabled=INVALID_HANDLE
Why not
PHP Code:
ConVar g_enabled
?
(and now instead INVALID_HANDLE You should use null)
PHP Code:
Handle BuildMainMenu(int client)
{
...
        
Handle menu CreateMenu(Menu_Group_TDM);
...
        return 
menu;
...

Why not
PHP Code:
Menu BuildMainMenu(int client)
{
...
        
Menu menu CreateMenu(Menu_Group_TDM);
...
        return 
menu;
...

?

Why don't used any metods?
__________________

Last edited by Grey83; 09-28-2017 at 13:11.
Grey83 is offline
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 09-29-2017 , 17:39   Re: Sm_Skinchooser
Reply With Quote #2618

Quote:
Originally Posted by andi67 View Post
Configfile?
I also have an issue where players are invisible when they first join. Then they have to pick the same model twice to apply it. Thank You!

Edit: Fixed the players invisible issue. I didn't set default skins in the config files. But they still need to pick the model twice to switch models.

Code:
// This file was auto-generated by SourceMod (v1.8.0.6027)
// ConVars for plugin "sm_skinchooser.smx"


// 0 = Disabled , 1 = Enables the Groupsystem.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_admingroup "1"

// 0 = Disabled , 1 = Enabled for Admins only.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_adminonly "0"

// 0 = disabled , 1 = Enables the usage for Armmodels in CSGO.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_arms_enabled "1"

// 0 = Disabled , 1 = Enables Menu Auto popup.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_autodisplay "1"

// Seconds when the Menu should be closed
// -
// Default: "30"
// Minimum: "0.000000"
// Maximum: "1000.000000"
sm_skinchooser_closemenutimer "30"

// How many times users should be able to use the !models command.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1000.000000"
sm_skinchooser_commandcounts "1000"

// Enables the CommandCounter.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_commandcountsenabled "0"

// 0 = Disabled , 1 = Enables the Delay when Menu should auto popup.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_displaytimer "0"

// 0 = Disabled , 1 = Enables the Plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_enabled "1"

// 0 = Disabled , 1 = Enabled , should Players get automaticly a Model?
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_forceplayerskin "1"

// Time in seconds when Model gets applied if forceplayerskin is set to 1!!!
// -
// Default: "2.0"
// Minimum: "1.000000"
// Maximum: "100.000000"
sm_skinchooser_forceplayerskintimer "2.0"

// 0 = Disabled , 1 = Enables usage of mapbased inis.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_mapbased "1"

// Time in seconds when Menu should be started
// -
// Default: "5.0"
// Minimum: "0.000000"
// Maximum: "1000.000000"
sm_skinchooser_menustarttime "5.0"

// 0 = Disabled , 1 = Enabled , should Admins get automaticly a Model?
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_skinadmin "1"

// Time in seconds when Model gets applied if skinadmin is enabled!!!
// -
// Default: "2.0"
// Minimum: "1.000000"
// Maximum: "100.000000"
sm_skinchooser_skinadmintimer "2.0"

// 0 = Disabled , 1 = Enabled , should Bots have  a custom Model?
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_skinbots "0"

// 0 = SteamId 2 , 1 = SteamId 3
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_steamid_format "1"

// 0 = Uses RemoveItem Timer(comes with a little delay when setting Armmodel) , 1 = Enabled , uses the RequestFrame function(No delay when setting Armmodel) and respawns the player.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_use_request_frame "0"

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

Last edited by TrappaTroopa; 09-29-2017 at 20:42.
TrappaTroopa is offline
0xBatuhan
Member
Join Date: Dec 2016
Location: Turkey
Old 09-29-2017 , 19:31   Re: Sm_Skinchooser
Reply With Quote #2619

Thanks
0xBatuhan is offline
schwarz
Senior Member
Join Date: Nov 2011
Location: under your bed
Old 09-30-2017 , 12:08   Re: Sm_Skinchooser
Reply With Quote #2620

hello , thanks for this plugin are working for csgo . but i like you add something abotu save models? when map chang , we need to type again !model for back models player .
please add it for keep always models .

thanks
__________________
schwarz is offline
Reply


Thread Tools
Display Modes

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 18:44.


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