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 01-12-2011 , 21:58   Re: Sm_Skinchooser
Reply With Quote #601

Models are clientsided in TF2 so it will not do anything.....

Public will not show up because you have closed the Menublock with the Braces....here....

// Configure your menu here
"Models"
{
// Name of the item to appear in the menu
"Admin Models"
{
// Sourcemod admin group required to see/access this submenu
"Admin" "t"

// Models available for team 1 (terrorist / allies)
"Team1"
{
// Name to appear in submenu
"Phoenix Model"
{
//path to the model file. This will automatically be precached
"path" "models/player/ics/admin_t_fixed/terror.mdl"
}

"Guerilla Model"
{
"path" "models/player/ics/t_guerilla_admin/t_guerilla.mdl"
}

"Leet Model"
{
"path" "models/player/ics/t_leet_admin/t_leet.mdl"
}

"Arctic Model"
{
//path to the model file. This will automatically be precached
"path" "models/player/ics/t_arctic_admin/t_arctic.mdl"
}
}

// Models available for team 2 (ct / axis)
"Team2"
{
"Urban Model"
{
"path" "models/player/ics/admin_ct_fixed/urban.mdl"
}

"Gign Model"
{
"path" "models/player/ics/ct_gign_admin/ct_gign.mdl"
}

"SAS Model"
{
"path" "models/player/ics/ct_sas_admin/ct_sas.mdl"
}

"Gsg9 Model"
{

"path" "models/player/ics/ct_gsg9_admin/ct_gsg9.mdl"
}
}
}
}


Just remove one.....


}
}
}
__________________
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
MFS
AlliedModders Donor
Join Date: Dec 2010
Old 01-15-2011 , 12:02   Re: Sm_Skinchooser
Reply With Quote #602

Quote:
Originally Posted by dan0ne View Post
Excuse me, you make good plugin, but can you add giving skins also by steam_id, not only by flags? I'm using SourceBan and should make new admins for giving custom models for certain people.

*Sry for my english.
Please help, have the same problem.
MFS is offline
lenivets
New Member
Join Date: Jan 2011
Old 01-16-2011 , 09:46   Re: Sm_Skinchooser
Reply With Quote #603

Same problem , like Nuc had..
I have Zombie Reloaded mod , and with this plugin , then zombies infect(1st zombie epier)

Menu comes again , and zombies can change skins to normal player
And by writing !models , same zombies can change skins..
lenivets is offline
natex2012
Member
Join Date: Dec 2009
Old 01-23-2011 , 23:36   Re: Sm_Skinchooser
Reply With Quote #604

hi. does this still work for hl2dm if so could somebody upload an example of skins.ini for hl2dm pos one i could dl from someone cos am having problems with the menu when i click on Admin Models menu it goes off/disappears

p.s even if they still av models in there path.

here is the skin.ini file on my server
Attached Files
File Type: ini skins.ini (392 Bytes, 171 views)

Last edited by natex2012; 01-24-2011 at 00:22. Reason: so ppl can lk at ma skins.ini file
natex2012 is offline
natex2012
Member
Join Date: Dec 2009
Old 01-26-2011 , 02:23   Re: Sm_Skinchooser
Reply With Quote #605

any help for the above ^Q?
natex2012 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 01-26-2011 , 08:36   Re: Sm_Skinchooser
Reply With Quote #606

Seems like you havnīt uploaded your model- and materialsfiles....

also set " sv_pure" to "0"
__________________
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
natex2012
Member
Join Date: Dec 2009
Old 01-26-2011 , 18:18   Re: Sm_Skinchooser
Reply With Quote #607

hi. thanks for the reply andi67 but sv_pure 0 i already set/tryd and yes av uploaded them to ma game server and fastdl server and they seam to be dling fine but i still get the problem with the menu when i click on Admin Models menu it goes off/disappears

also i redownload everything and set everything back up am not shore wats wrong but i know av had it working in the past but cant remember how lol not unless its i change "team1" and "team2" to "team3" and "team2" cos my understanding is rebels is team 3 and combines is team 2 and i know with css u can put c and or ct for teams not shore if this will help to try and get the menu working.

anyways here is my server.cfg settings below.

// Server Name
hostname "GameDimensionTrackers|| TDM"
// RCON Passsword
rcon_password "xxxx"
sv_rcon_banpenalty "5"
sv_rcon_maxfailures "10"
// Server Password
sv_password ""
// Bandwidth Rates/Settings
// Advanced Users Only!
sv_maxrate 30000
sv_minrate 25000
sv_maxupdaterate 101
sv_minupdaterate 100
sv_maxcmdrate 101
sv_mincmdrate 100
sv_unlag 1
sv_maxunlag .5
// Execute Ban Files
exec banned_user.cfg
exec banned_ip.cfg
// GAME SETTINGS
mp_flashlight 1
mp_forcerespawn 1
mp_teamplay 1
mp_friendlyfire 0
mp_weaponstay 0
sv_gravity 600
sv_alltalk 1
sv_lan "0"
sv_region "3"
sv_pausable "0"
sv_pure "0"
sv_consistency "0"
// TIME & ROUND SETTINGS
mp_timelimit 35
mp_fraglimit 45
// DOWNLOAD
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 350
sv_downloadurl "http://xxxxxx.plugpayplay.com/server3/orangebox/hl2mp/"
cl_allowdownload 1
cl_allowupload 1
cl_downloadfilter "all"
// SERVER LOGGING
log on
sv_logecho 1
sv_logfile 1
// VOICE
sv_voiceenable 1
sv_voicecodec vaudio_miles
// CHEATS
sv_cheats 0
natex2012 is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 01-26-2011 , 23:39   Re: Sm_Skinchooser
Reply With Quote #608

You could simply try if itīs working without Flag "t" , change the line to "Admin" "" and try it.
Or take a look in your admins.cfg and see if the "t" Flag is 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
natex2012
Member
Join Date: Dec 2009
Old 01-29-2011 , 19:26   Re: Sm_Skinchooser
Reply With Quote #609

Quote:
Originally Posted by andi67 View Post
You could simply try if itīs working without Flag "t" , change the line to "Admin" "" and try it.
Or take a look in your admins.cfg and see if the "t" Flag is there.
hmm tryd it with a diffrent flag no luck and left it blank no luck was woundering tho if i gave u access to my server andi67 could u take a look to see wat the problem is?.
natex2012 is offline
Raptor10
Senior Member
Join Date: Nov 2008
Old 01-30-2011 , 00:26   Re: Sm_Skinchooser
Reply With Quote #610

Hi all, I need some help becouse I can't working my skins:

I have Css server with last Meta and Sourcemod and I uploaded skinchooser 2.1
and downloader 1.4. I compiled all file how they should be, sv_pure is 0 but I download
all skins joining the server , I can select skin models (only Public I don't have Admin models)
but either bots and players don't wear a skin.

What's wrong ? Thanks for helping me..

Here my files :

Server Cfg Cvars:
//Skin Chooser
sm_skinchooser_admingroup 0
sm_skinchooser_autodisplay 1
sm_skinchooser_displaytimer 1
sm_skinchooser_menustarttime 4
sm_skinchooser_SkinBots 1

//Downloader
sm_downloader_enabled 1
sm_downloader_simple 1
sm_downloader_normal 0

skinchooserdownloads.ini
//Model Files (Download and Precache)

//T Pubblica (greyskull)
materials/models/player/ics/greyskull_t/t_phoenix.vmt
materials/models/player/ics/greyskull_t/t_phoenix.vtf
models/player/ics/greyskull_t/terror.dx80.vtx
models/player/ics/greyskull_t/terror.dx90.vtx
models/player/ics/greyskull_t/terror.mdl
models/player/ics/greyskull_t/terror.phy
models/player/ics/greyskull_t/terror.sw.vtx
models/player/ics/greyskull_t/terror.vvd

//Ct Pubblica (rainbow)
materials/models/player/Rb6/000.vmt
materials/models/player/Rb6/000.vtf
materials/models/player/Rb6/000_n.vtf
materials/models/player/Rb6/001.vtf
materials/models/player/Rb6/001.vmt
materials/models/player/Rb6/001_n.vtf
materials/models/player/Rb6/002.vtf
materials/models/player/Rb6/002.vmt
materials/models/player/Rb6/002_n.vtf
materials/models/player/Rb6/003.vmt
materials/models/player/Rb6/004.vmt
materials/models/player/Rb6/005.vmt
materials/models/player/Rb6/005.vtf
materials/models/player/Rb6/005_exp.vtf
materials/models/player/Rb6/005_n.vtf
materials/models/player/Rb6/006.vtf
materials/models/player/Rb6/006.vmt
materials/models/player/Rb6/006_n.vtf
materials/models/player/Rb6/ct_urban_glass.vtf
materials/models/player/Rb6/ct_urban_glass.vmt
materials/models/player/Rb6/ct_urban_glass_spec.vtf
models/player/Rb6/ct_gign.dx80.vtx
models/player/Rb6/ct_gign.dx90.vtx
models/player/Rb6/ct_gign.mdl
models/player/Rb6/ct_gign.phy
models/player/Rb6/ct_gign.sw.vtx
models/player/Rb6/ct_gign.vvd

skins.ini
//Configure your menu here
"Models"
{
"Admin Models"
{
"Admin" "t"
"Team1"
{
"None"
{
"path" ""
}
}

"Team2"
{
"None"
{
"path" ""
}
}
}

"Public Models"
{
"Admin" ""
"Team1"
{
"Greyskull"
{
"path" "models/player/ics/greyskull_t/terror.mdl"
}
""
{
"path" ""
}
""
{
"path" ""
}
""
{
"path" ""
}
}

"Team2"
{
"Rainbow"
{
"path" "models/player/Rb6/ct_gign.mdl"
}
""
{
"path" ""
}
""
{
"path" ""
}
""
{
"path" ""
}
}
}

""
{
""
"Team1"
{
""
{
"path" ""
}
}

"Team2"
{
""
{
"path" ""
}
}
}
}


//If you use Fastdownload make sure all your model and material files are on your webserver!!!

forceskinbots_team2.ini
models/player/ics/greyskull_t/terror.mdl

forceskinbots_team3.ini
models/player/Rb6/ct_gign.mdl

Downloader
downloader_simple
materials/models/player/Rb6/000.vmt
materials/models/player/Rb6/000.vtf
materials/models/player/Rb6/000_n.vtf
materials/models/player/Rb6/001.vtf
materials/models/player/Rb6/001.vmt
materials/models/player/Rb6/001_n.vtf
materials/models/player/Rb6/002.vtf
materials/models/player/Rb6/002.vmt
materials/models/player/Rb6/002_n.vtf
materials/models/player/Rb6/003.vmt
materials/models/player/Rb6/004.vmt
materials/models/player/Rb6/005.vmt
materials/models/player/Rb6/005.vtf
materials/models/player/Rb6/005_exp.vtf
materials/models/player/Rb6/005_n.vtf
materials/models/player/Rb6/006.vtf
materials/models/player/Rb6/006.vmt
materials/models/player/Rb6/006_n.vtf
materials/models/player/Rb6/ct_urban_glass.vtf
materials/models/player/Rb6/ct_urban_glass.vmt
materials/models/player/Rb6/ct_urban_glass_spec.vtf
models/player/Rb6/ct_gign.dx80.vtx
models/player/Rb6/ct_gign.dx90.vtx
models/player/Rb6/ct_gign.mdl
models/player/Rb6/ct_gign.phy
models/player/Rb6/ct_gign.sw.vtx
models/player/Rb6/ct_gign.vvd

materials/models/player/ics/greyskull_t/t_phoenix.vmt
materials/models/player/ics/greyskull_t/t_phoenix.vtf
models/player/ics/greyskull_t/terror.dx80.vtx
models/player/ics/greyskull_t/terror.dx90.vtx
models/player/ics/greyskull_t/terror.mdl
models/player/ics/greyskull_t/terror.phy
models/player/ics/greyskull_t/terror.sw.vtx
models/player/ics/greyskull_t/terror.vvd
Raptor10 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 12:38.


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