Try to replace in plugins strip_user_weapons(id) with Cs_Strip_User_Weapons( id )
Put this stock at the end of .sma
PHP Code:
Cs_Strip_User_Weapons( id )
{
engclient_cmd(id, "weapon_knife")
strip_user_weapons(id)
set_pdata_int(id, 116, 0, 5)
}
And then recompile.
__________________