I have windows cstrike server and my Hamsandwich module is from
www.amxmodx.org.
When
Ham_Weapon_SendWeaponAnim is hooked my server crashes.. here is the code:
PHP Code:
#include <amxmodx>
#include <hamsandwich>
public plugin_init()
RegisterHam(Ham_Weapon_SendWeaponAnim,"weapon_glock18","go",1)
public go()
server_print("ANIM SENT")
When I'm hooking pre event the same result, When I'm changing entity to other weapon classname the same result.
Help me please