View Single Post
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 09-09-2018 , 04:49   Re: Module: Counter-Strike Weapon Mod [1.6 R]
Reply With Quote #18

Quote:
Originally Posted by hjkwe654 View Post
CSWM will conflict with other plugins and cause server crash
Spoiler
Thanks for report, i have fixed the issue, problem was not SetHamParamFloat, it was caused after restarting the game and shooting bot.

Your code is incorrect at:
Code:
if (!is_user_bot(id) && g_hambots && !cvar_botquota)
		return
should be:
Code:
if (!is_user_bot(id) || g_hambots || !cvar_botquota)
		return
If you face any issues please report here or on github page.
__________________

[MOD] CS Weapon Mod V1.7.1
[MM] MetaMod-C V1.0
[MOD] CS NPC Mod (5%)


Probably Left AM

Last edited by Ghosted; 09-09-2018 at 04:50.
Ghosted is offline