Hamdi
Hamdi
``` /* * Give the player default items * * @param index Client index * * @noreturn */ native rg_give_default_items(const index); ``` you can use this after rg_respawn_round(player) i guess...
well many use like i want to change the cvar flag or any thing related to the cvar i want to do somthing for all cvars in server. RH_Cvar_DirectSet =...
What kind of unexpected behavior? you can Just do the check in the plugin you are using.
@Vaqtincha why the thumbs down? 👀
This is a hardcoded thing in the regamedll, you can't reliably change it in amxx... > Because recently some people makes shitty pull requests and this is one of them...
> TakeDamage_Pre hook -> get_entvar(id, var_velocity, m_iVelocity) TakeDamage_Post hook -> set_entvar(id, var_velocity, m_iVelocity) That's not a clean method especially when you have plugins constantly checking/modifiying velocity, try to constantly print...
> @justgo97 Make it more functional and not just on / off. Or is it better to add api (player member) > > Ps: I would go even longer and...
> It's useful for zombie modes, can you add api for 170? Well probably, but you can with this cvar disable the engine knockback and implement your own system in...
> No, it doesn't work that way. You have to make it more versatile. But it's still better to add a member. Well, That can be done in another PR,...
> @justgo97 Don't waste your precious time on this. They don't take your pr. Better develop your fork. Be patient 😄