View Single Post
thorgot
AlliedModders Donor
Join Date: Aug 2013
Old 08-16-2013 , 10:51   Re: [CRASH] CSGO Update 14/08/2013
Reply With Quote #102

Quote:
Originally Posted by psychonic View Post
Has that one been confirmed to only happen with SM loaded? I was under the impression that it's a game bug.
I was getting 100% of the time with smlib's Client_GiveWeapon, which creates weapons as entities and then uses EquipPlayerWeapon(client, weapon). When I switched smlib to use GivePlayerItem(client, const String:item[]) instead, the problem went away.

If I had to guess, it's a problem with CreateEntityByName (which is what Client_GiveWeapon uses to create the weapon) or with EquipPlayerWeapon.

Hope this helps you track it down.
thorgot is offline