[Request] a native to get ped weapon damage multiplier

Hello, as header clearly saying i am requesting a native which we can get weapon damage multiplier, so we can stop kids who are using cheat engine and other mod menus to modify damage multiplier

Something like this would be great: GetWeaponDamageMultiplier(weaponHash)
I was using GetWeaponDamage(weaponHash) and it was working perfectly i banned about 10-15 per day but now they are modifying weapon damage multiplier

1 Like

Is scripthook enabled on your server?

ofcourse it’s not! you can even modify them by cheatengine

maybe next or next or next update
float GET_PLAYER_MELEE_WEAPON_DEFENSE_MODIFIER(Player playerId);
float GET_PLAYER_VEHICLE_DAMAGE_MODIFIER(Player playerId);
float GET_PLAYER_VEHICLE_DEFENSE_MODIFIER(Player playerId);
float GET_PLAYER_WEAPON_DAMAGE_MODIFIER(Player playerId);
float GET_PLAYER_WEAPON_DEFENSE_MODIFIER_2(Player playerId);
float GET_PLAYER_WEAPON_DEFENSE_MODIFIER(Player playerId);

3 Likes

Cool!

1 Like

Is it functional yet?

1 Like

That would be a reaaally great thing, tried all native @negbook talked about but this ain’t a thing yet.
screen

1 Like

The natives are on canary atm I believe, they’ll be on prod soon

1 Like

For me it’s working like a charm!

GetPlayerWeaponDamageModifier(PlayerId())
GetPlayerWeaponDefenseModifier(PlayerId())
GetPlayerWeaponDefenseModifier_2(PlayerId())
GetPlayerVehicleDamageModifier(PlayerId())
GetPlayerVehicleDefenseModifier(PlayerId())
GetPlayerMeleeWeaponDefenseModifier(PlayerId())
1 Like

I had same issue when I was trying to work this native I reach the support and they told me you are trying to get those values from player which does not exist any more (Disconnected or crash) so i changed the loop which was getting those values and comparing and now everything is fine right now

1 Like

Using PlayerPedId and GetPlayerPed(-1) so… doesn’t make sens

1 Like

yeah it doesn’t make sense that you’re using a ped for a native expecting a player ._.

3 Likes

Damned :man_facepalming: My mistake then… this works perfectly.
Great job !

damage

1 Like

blame @Disquse for the great job i think

1 Like

Then, Much love @Disquse this is something i’m looking for monthes :heart:
You rocks

2 Likes

First ban, Thanks @Disquse

1 Like

Thanks very much :+1:

This is incredible

hey there’s no way to modify the headshot