View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 01-16-2023 , 12:46   Re: Remove punchangle
Reply With Quote #8

Quote:
Originally Posted by ChillerX View Post
I am trying to remove punch angles but the screen animation is jumping up abruptly and forces no-recoil.
Can anybody fix it or offer similar plugin which won`t affect recoil or the animations?

PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>

#define PLUGIN  "New Plug-In"
#define VERSION "1.0"
#define AUTHOR  "Author"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)

    
RegisterHam(Ham_Weapon_PrimaryAttack"weapon_mp5navy""fw_Weapon_PrimaryAttack_Post"1)
}

public 
fw_Weapon_PrimaryAttack_Post(Ent)
{
    new 
id get_pdata_cbase(Ent414)
    
set_pev(idpev_punchanglefloat:{0.00.00.0})

This one is an example for MP5. Could you check if this work?

Also, McTavish, your reply does seem like something that ChatGPT would print out.

Quote:
may violate the game's terms of service",
What it have to do with no recoil ?
Quote:
unfair advantage for the players who use it and would be considered as cheating by the gaming community.
WTF? We have a 15m range melee, a Rocket Launcher, a Cannon with a Dragon Breath, hello?
Quote:
modify the recoil animation itself"
Does it even exist?


TLDR: Using AI is really bad way to "help" people or even learning. So please stop if you are abusing it.
__________________
My plugin:

Last edited by Celena Luna; 01-16-2023 at 13:02.
Celena Luna is offline