• Third person fists...?
    4 replies, posted
Can anyone make a SWEP that uses the Combo-Fists ([url]http://www.garrysmod.org/downloads/?a=view&id=65378[/url]), but can add a thirdperson look that it will look like you're raising your fists and when you punch you will actually punch, etc... Whoever could do this would be great. Thanks
It already looks like your punching with those sweps. Also if you want third person, put sv_cheats 1 and toggle thirdperson or so via console.
[QUOTE=Steven :D;30780037]It already looks like your punching with those sweps. Also if you want third person, put sv_cheats 1 and toggle thirdperson or so via console.[/QUOTE] It doesn't, it looks like you're holding a pistol.
You need to use the fists holdtype [code] function SWEP:Initialize() self:SetWeaponHoldType( "fists" ); end [/code] Add that or add self:SetWeaponHoldType( "fists" ); to SWEP.Initialize
[QUOTE=tazy4tazy;30823188]You need to use the fists holdtype [code] function SWEP:Initialize() self:SetWeaponHoldType( "fists" ); end [/code] Add that or add self:SetWeaponHoldType( "fists" ); to SWEP.Initialize[/QUOTE] Sorry man, where would I put this if I were to put it in this [url]http://www.garrysmod.org/downloads/?a=view&id=65378[/url]
Sorry, you need to Log In to post a reply to this thread.