View Single Post
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 08-07-2017 , 19:37   Re: [CS:GO] -N- Arms Fix
Reply With Quote #103

Quote:
Originally Posted by Accelerator74 View Post
On map cs_office. And so it happens on some maps.



I use https://github.com/Franc1sco/ZR_CustomArms for change arms. I tried to replace
Code:
...
	GetEntPropString(client, Prop_Send, "m_szArmsModel", currentmodel, sizeof(currentmodel));
	
	if(strlen(model) > 3)
...
To:
Code:
...
	GetEntPropString(client, Prop_Send, "m_szArmsModel", currentmodel, sizeof(currentmodel));
	ArmsFix_SetDefaults(client);
	if(strlen(model) > 3) 
...
--> No effect.
Hi,
it's a "incompatibility" with zombie reloaded plugin / zombie arms. I think I fixed it. I'll release it today, probably afternoon. Here is my result (0:45 - dust2, 2:00 - office)

__________________

Last edited by NomisCZ; 08-07-2017 at 19:38.
NomisCZ is offline