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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
bkuhles109
Member
Join Date: Oct 2011
Old 03-15-2017 , 10:39   Re: Sm_Skinchooser
Reply With Quote #2521

i need help forcing skins to ct and t in css>????
bkuhles109 is offline
iBradleyy
AlliedModders Donor
Join Date: Jan 2013
Old 03-18-2017 , 14:38   Re: Sm_Skinchooser
Reply With Quote #2522

Please add an option to disable peoples gloves when using custom models and as well, here is an error:

Code:
L 03/18/2017 - 01:02:00: [SM] Exception reported: Invalid key value handle 0 (error 4)
L 03/18/2017 - 01:02:00: [SM] Blaming: sm_skinchooser.smx
L 03/18/2017 - 01:02:00: [SM] Call stack trace:
L 03/18/2017 - 01:02:00: [SM]   [0] KeyValuesToFile
L 03/18/2017 - 01:02:00: [SM]   [1] Line 603, D:\csgo\csgo\addons\sourcemod\scripting\sm_skinchooser.sp::OnMapEnd
iBradleyy is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-19-2017 , 09:57   Re: Sm_Skinchooser
Reply With Quote #2523

I donīt know if it is the right way to block something people have paid for but you could simply write your own script to do this with :

Quote:
int gloves = GetEntPropEnt(client, Prop_Send, "m_hMyWearables");
if(
gloves != -1)
{
// client have gloves

}
For your error try updating SM to latest stable version.......
__________________
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
iBradleyy
AlliedModders Donor
Join Date: Jan 2013
Old 03-19-2017 , 15:35   Re: Sm_Skinchooser
Reply With Quote #2524

Quote:
Originally Posted by andi67 View Post
I donīt know if it is the right way to block something people have paid for but you could simply write your own script to do this with :



For your error try updating SM to latest stable version.......
It's on the latest stable version.
iBradleyy is offline
iBradleyy
AlliedModders Donor
Join Date: Jan 2013
Old 03-30-2017 , 16:28   Re: Sm_Skinchooser
Reply With Quote #2525

Sorry to bump here are some more errors:

Code:
L 03/30/2017 - 15:53:09: [SM] Exception reported: Client 9 is not connected
L 03/30/2017 - 15:53:09: [SM] Blaming: sm_skinchooser.smx
L 03/30/2017 - 15:53:09: [SM] Call stack trace:
L 03/30/2017 - 15:53:09: [SM]   [0] IsFakeClient
L 03/30/2017 - 15:53:09: [SM]   [1] Line 1795, D:\csgo\csgo\addons\sourcemod\scripting\sm_skinchooser.sp::PlayerModel
iBradleyy is offline
VikingVrede
Junior Member
Join Date: Apr 2017
Old 04-05-2017 , 14:32   Re: Sm_Skinchooser
Reply With Quote #2526

Im having some issues, Models are bugged arms are standing right out along with weapon being under
the feet Im looking for JailBreak skins for my server.

i use this https://www.gg-elite.net/thread/1766...cs-s/?20ce198f

skin: Leet_p2.rar

Sourcemod version 5981

defult_skins_downloads.ini

Code:
materials/models/player/techknow/prison/leet_p2.vmt
materials/models/player/techknow/prison/leet_p2.vtf
materials/models/player/techknow/prison/leet_p2_n.vtf

models/player/techknow/prison/leet_p2.dx80.vtx
models/player/techknow/prison/leet_p2.dx90.vtx
models/player/techknow/prison/leet_p2.mdl
models/player/techknow/prison/leet_p2.phy
models/player/techknow/prison/leet_p2.sw.vtx
models/player/techknow/prison/leet_p2.vvd
defult_skins.ini

Code:
//Configure your menu here
"Models"
{
	"Public Models"
	{
		"Admin" ""
		"Team1"
		{
			"Revenant"
			{
				"path" "models/player/techknow/prison/leet_p2.mdl"
			}
		}

		"Team2"
		{
			"Revenant"
			{
				"path" "models/player/techknow/prison/leet_p2.mdl"
			}
		}
	}
VikingVrede is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-06-2017 , 08:39   Re: Sm_Skinchooser
Reply With Quote #2527

Use Models that are made for your game.........
__________________
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
Chrahb
Senior Member
Join Date: Jan 2017
Location: Somewhere in Denmark!
Old 04-06-2017 , 10:18   Re: Sm_Skinchooser
Reply With Quote #2528

The cvar "sm_skinchooser_forceplayerskin" won't work.
It sets the skin for my admins automatically, but don't work with non-admins.
Tried version 4.5, and version 4.6, and my forceplayerskins.ini's are totally the same.
Anyone know how to fix? Write it here, or add my steam account please.

Regards..
__________________
Chrahb is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-06-2017 , 13:20   Re: Sm_Skinchooser
Reply With Quote #2529

Added version 4.7 , try that one it should now work again....
__________________
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
VikingVrede
Junior Member
Join Date: Apr 2017
Old 04-06-2017 , 13:32   Re: Sm_Skinchooser
Reply With Quote #2530

I have seen other CsGo servers use that model, But i found other skins that works for CsGo and got it working but now im getting
Code:
scripting\sm_skinchooser.sp::Timer_Spawn
L 04/06/2017 - 19:12:08: [SM] Exception reported: Invalid key value handle 0 (error 4)
Tried to forceplayer skin and did something wrong, Game just crash once you die.
I disabled sm_skinchooser_forceplayerskin in cfg. but game still crashes.

Last edited by VikingVrede; 04-06-2017 at 13:33.
VikingVrede 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 08:53.


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