Garry's Mod

Garry's Mod

CS:GO Knives SWEPs
Ize 9 Jul, 2019 @ 3:02pm
CS:GO Knives default skins on Arizard's DR gamemode
So no addons are conflicting definitely, I used the same addons in sandbox and I can see other skins however when i change the gamemode to deathrun the viewmodel is the default skin but from thirdperson it looks like the right skin and on the ground.
I don't understand why or how to fix please someone help
< >
Showing 1-8 of 8 comments
xdshot  [developer] 9 Jul, 2019 @ 10:40pm 
Gamemode issue
Ize 10 Jul, 2019 @ 8:49am 
Originally posted by xDShot:
Gamemode issue
I thought this however on another server with the same exact gamemode they work fine :/
nubz 20 Jul, 2019 @ 7:03pm 
For anyone wondering, I found a fix:
In lua/weapons/csgo_baseknife.lua which you can locate by figuring out how to do that

Replace
function SWEP:PreDrawViewModel( vm, weapon, ply )
with
function SWEP:CSSkinFix( vm, weapon, ply )
and then under "function SWEP:Think()", add
self:CSSkinFix(self.Owner:GetViewModel(),self,self.Owner)
Last edited by nubz; 21 Jul, 2019 @ 9:41am
Ize 21 Jul, 2019 @ 1:48am 
Originally posted by nubz4lif:
For anyone wondering, I found a fix:
In lua/weapons/csgo_baseknife.lua which you can locate by figuring out how to do that

Replace
function SWEP:PreDrawViewModel( vm, weapon, ply )
with
function SWEP:CSSkinFixl( vm, weapon, ply )
and then under "function SWEP:Think()", add
self:CSSkinFix(self.Owner:GetViewModel(),self,self.Owner)

Thank you very much I will try this, I really appreciate I was looking for a fix for ages.
Ize 21 Jul, 2019 @ 3:28am 
You made a little typo
function SWEP:CSSkinFixl( vm, weapon, ply )
should be
function SWEP:CSSkinFix( vm, weapon, ply )
MrFriendly 27 Sep, 2019 @ 12:25am 
oh thx i had no way of finding this out myself
Mik3 20 Apr, 2020 @ 3:53am 
It doesnt work for me? Can anyone help me?
If so please add me on discord: curry#2091
paldoggis 22 May, 2020 @ 9:43am 
Originally posted by nubz4lif:
For anyone wondering, I found a fix:
In lua/weapons/csgo_baseknife.lua which you can locate by figuring out how to do that

Replace
function SWEP:PreDrawViewModel( vm, weapon, ply )
with
function SWEP:CSSkinFix( vm, weapon, ply )
and then under "function SWEP:Think()", add
self:CSSkinFix(self.Owner:GetViewModel(),self,self.Owner)
thank you dude, really!!
< >
Showing 1-8 of 8 comments
Per page: 1530 50