View Single Post
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 01-04-2016 , 10:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #197

Code:
if(strcmp(m_szGameDir, "cstrike")==0)
to
Code:
if(strcmp(m_szGameDir, "cstrike")==0 || strcmp(m_szGameDir, "csgo")==0)
or change the cvar in your config to "models/items/cs_gift.mdl" as model.
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline