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

[CS:GO] Skins Chooser


Post New Thread Reply   
 
Thread Tools Display Modes
j1gg
Senior Member
Join Date: Dec 2015
Old 05-11-2017 , 07:30   Re: [CS:GO] Skins Chooser
Reply With Quote #181

Can you send me actual model paths?
__________________
j1gg is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 05-11-2017 , 12:49   Re: [CS:GO] Skins Chooser
Reply With Quote #182

models/player/custom_player/legacy/ect.
__________________
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
REKT BOX
New Member
Join Date: May 2017
Old 05-22-2017 , 15:21   Re: [CS:GO] Skins Chooser
Reply With Quote #183

I was using this plugin to make the server bot skins map specific. After the last Valve update, the plugin does not change the bot skins, only players. Does anyone else have this problem?
REKT BOX is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 05-24-2017 , 12:06   Re: [CS:GO] Skins Chooser
Reply With Quote #184

Quote:
Originally Posted by andi67 View Post
So here is an updated version that includes the armmodelfix I also used in sm_skinchooser.
There is no need to use any other Armfix plugin.
Check it out.
I believe the latest update broke the arms fix. They are overlapping. No error logs.
__________________
weeeishy is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 05-25-2017 , 03:42   Re: [CS:GO] Skins Chooser
Reply With Quote #185

Can i configure this plugin so that it will give skins automaticaly to admins without having to choose from menu?
eliteroyal is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 05-26-2017 , 23:26   Re: [CS:GO] Skins Chooser
Reply With Quote #186

Quote:
Originally Posted by weeeishy View Post
I believe the latest update broke the arms fix. They are overlapping. No error logs.
I have edited andi67's verison so it still works for me.

PHP Code:
public Action OnPlayerSpawn(Handle event, const char[] namebool dontBroadcast)
{
    
// Does plugin is enabled?
    
if (GetConVarBool(sc_enable))
    {
        
// Get real player index from event key
        
int client GetClientOfUserId(GetEventInt(event"userid"));
        
        if (!
IsFakeClient(client) && IsValidClient(client))
        {        
            
// Only do this when player select custom skin
            
if(Selected[client] > 0)
            {
                
SetDefaultModels(client);
                
CreateTimer(0.5SetModels client);
            }
        }                
    }

********* EDIT *********
Not working in de_mirage if ct player spawn with no weapon, and pick up a weapon.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 05-27-2017 at 04:18.
rogeraabbccdd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 05-27-2017 , 04:33   Re: [CS:GO] Skins Chooser
Reply With Quote #187

I'll check that.....
__________________
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 05-27-2017 , 08:07   Re: [CS:GO] Skins Chooser
Reply With Quote #188

Try this one , I increased the timer a bit more , seems to work correctly......
Attached Files
File Type: zip Root´s CSGO Skin Chooser 1.2.6.zip (27.8 KB, 600 views)
__________________
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
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 05-27-2017 , 20:49   Re: [CS:GO] Skins Chooser
Reply With Quote #189

Quote:
Originally Posted by andi67 View Post
Try this one , I increased the timer a bit more , seems to work correctly......
Great, it fixed it for me. However, there is a bug. When you are CT and choose model 1, then switch to T and choose model 3, it will automatically pick model 3 for you if you go back to CT instead of model 1.
__________________
weeeishy is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 05-28-2017 , 03:52   Re: [CS:GO] Skins Chooser
Reply With Quote #190

I'll take a look.....
__________________
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
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 10:05.


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