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

Invisible gloves since last update


Post New Thread Reply   
 
Thread Tools Display Modes
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 06-05-2017 , 05:01   Re: Invisible gloves since last update
Reply With Quote #11

Does this happen on every map ?
__________________
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; 06-05-2017 at 05:02.
andi67 is offline
Desktop
AlliedModders Donor
Join Date: Sep 2009
Location: C:\Users\Default\
Old 06-08-2017 , 22:12   Re: Invisible gloves since last update
Reply With Quote #12

Quote:
Originally Posted by andi67 View Post
Does this happen on every map ?
Almost every map i played, yes, thought it was my bug but it seems not.
Randomly working.
__________________
Massive Infection:: Piu-Games
Desktop is offline
spancer35
Senior Member
Join Date: Dec 2014
Location: City 17
Old 06-10-2017 , 15:58   Re: Invisible gloves since last update
Reply With Quote #13

Quote:
Originally Posted by Franc1sco View Post
Use this as temp fix:
PHP Code:
#include <sourcemod>

#define CTARMS "models/weapons/ct_arms.mdl"
#define TTARMS "models/weapons/t_arms.mdl"

public void OnPluginStart()
{
    
HookEvent("player_spawn"PlayerSpawn);
}

public 
OnMapStart()
{
    
PrecacheModel(CTARMStrue);
    
PrecacheModel(TTARMStrue);
}

public 
Action PlayerSpawn(Handle event, const char[] namebool dbc)
{
    
int client GetClientOfUserId(GetEventInt(event"userid"));
    
    if(
client)
    {
        switch(
GetClientTeam(client))
        {
            case 
2SetEntPropString(clientProp_Send"m_szArmsModel"TTARMS);
            case 
3SetEntPropString(clientProp_Send"m_szArmsModel"CTARMS);
        }
    }

I'm using temp. fix plugin but when a player wear a glove two gloves get mixed eachother
like that;
Spoiler
__________________

Last edited by spancer35; 06-10-2017 at 15:59.
spancer35 is offline
Czar_
Senior Member
Join Date: Nov 2016
Location: Moms Basement
Old 06-17-2017 , 20:29   Re: Invisible gloves since last update
Reply With Quote #14

Quote:
Originally Posted by spancer35 View Post
I'm using temp. fix plugin but when a player wear a glove two gloves get mixed eachother
like that;
Having same issue
__________________
Czar_ is offline
VasqueS
Member
Join Date: Jan 2015
Old 08-20-2017 , 23:00   Re: Invisible gloves since last update
Reply With Quote #15

Quote:
Originally Posted by Czar_ View Post
Having same issue
Same, did anyone found a fix?
VasqueS 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 02:36.


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