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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-26-2013 , 18:06   Re: Sm_Skinchooser
Reply With Quote #1441

It does not crash the server , using SM-stable version should fix it.....
__________________
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
Sarona
AlliedModders Donor
Join Date: Jul 2012
Old 03-29-2013 , 12:34   Re: Sm_Skinchooser
Reply With Quote #1442

Quote:
Originally Posted by vodka00 View Post
What does this mean? I believe this might of crashed my server.
I have same problem with using versions higger of 2.1

Last edited by Sarona; 03-29-2013 at 12:35.
Sarona is offline
CVG80
Junior Member
Join Date: Mar 2013
Location: Germany
Old 03-30-2013 , 16:05   Re: Sm_Skinchooser
Reply With Quote #1443

I have a problem
Skin.ini:
Quote:
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "z"
"Team1"
{
"Dark CT"
{
"path" "models\player\darkass_ct\urban.mdl"
}
}

"Team2"
{
"Dark T"
{
"path" "models\player\darkass_leet\t_leet.mdl"
}
}
}

"Public Models"
{
"Admin" ""
"Team1"
{
"Dark CT"
{
"path" "models\player\darkass_ct\urban.mdl"
}
}

"Team2"
{
"Dark T"
{
"path" "models\player\darkass_leet\t_leet.mdl"
}
}
}
}
but my skins are orgin by CT and T`s are pink/black

Need Support pls
CVG80 is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 03-30-2013 , 17:37   Re: Sm_Skinchooser
Reply With Quote #1444

Quote:
Originally Posted by Sarona View Post
I have same problem with using versions higger of 2.1
Boat-load of custom models, and no problems on my server.
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-31-2013 , 09:29   Re: Sm_Skinchooser
Reply With Quote #1445

Quote:
I have same problem with using versions higger of 2.1
like I said , use a stable version of SM.......
__________________
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
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-03-2013 , 20:43   Re: Sm_Skinchooser
Reply With Quote #1446

Hey Guys,
I have some problems with Zombie Reloaded and skinchooser.
If I get infected or If be the mother_zombie this menu will open directly.
You can choose then your skin but I dont want it.
Is there an option to close that till the round end?
I dont want to see zombies with human skins

Last edited by F1oyd; 04-03-2013 at 20:45.
F1oyd is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 10:26   Re: Sm_Skinchooser
Reply With Quote #1447

bumpp,
can someone help me?
F1oyd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-04-2013 , 11:08   Re: Sm_Skinchooser
Reply With Quote #1448

Yeah...ZR....

I have a modified version that you can test out ,

Code:
    g_enabled = CreateConVar("sm_skinchooser_enabled","1");
    g_autodisplay = CreateConVar("sm_skinchooser_autodisplay","1");
    g_displaytimer = CreateConVar("sm_skinchooser_displaytimer","0");
    g_menustarttime = CreateConVar("sm_skinchooser_menustarttime" , "5.0");
    g_SkinBots = CreateConVar("sm_skinchooser_skinbots","0");
    g_AdminGroup = CreateConVar("sm_skinchooser_admingroup","1");
    g_AdminOnly = CreateConVar("sm_skinchooser_adminonly","0");
    g_PlayerSpawnTimer = CreateConVar("sm_skinchooser_playerspawntimer","0");
    g_ForcePlayerSkin = CreateConVar("sm_skinchooser_forceplayerskin" , "0");
    g_CommandCountsEnabled = CreateConVar("sm_skinchooser_commandcountsenabled", "1", "Enables the CommandCounter.");    
    g_CommandCounts = CreateConVar("sm_skinchooser_commandcounts", "1", "How many times users should be able to use the !models command.");
    g_CloseMenuTimer = CreateConVar("sm_skinchooser_closemenutimer" , "15");
This are the new ones:
Code:
    g_CommandCountsEnabled = CreateConVar("sm_skinchooser_commandcountsenabled", "1", "Enables the CommandCounter.");    
     g_CommandCounts = CreateConVar("sm_skinchooser_commandcounts", "1",  "How many times users should be able to use the !models command.");
    g_CloseMenuTimer = CreateConVar("sm_skinchooser_closemenutimer" , "15");
As you can see in a round you can only use the cmd 1 time , also the menu closes after 15seconds.


Upload the attached smx to your pluginsfolder , delete the old sm_skinchooser configfile in "cfg/sourcemod" , restart server or make mapchange.
__________________
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; 04-04-2013 at 11:48.
andi67 is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 11:32   Re: Sm_Skinchooser
Reply With Quote #1449

Thanks for editing it,
but now theres another problem.
If I type !models at first time it doesnt come up.
At the second time theres a error:
http://www.pic-upload.de/view-18810623/round.png.html

And at the round end it spams 2 times
F1oyd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-04-2013 , 11:42   Re: Sm_Skinchooser
Reply With Quote #1450

Yeah itīs not comming because the command is executed automaticly on player_team join , that counts as 1 time , so you are not able to execute the command till next round starts.

the message in your pic I left in it to inform the players that they have to wait for next round for choosing a model...
__________________
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; 04-04-2013 at 11:43.
andi67 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 16:36.


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