Skip to content

Commit

Permalink
Merge pull request #32 from altmp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Jengas authored Jun 10, 2024
2 parents b97926c + e82efc5 commit 5d3008b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/src/client/entities/Ped.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ alt.on('worldObjectStreamIn', (ent) => {
natives.setPedCombatAttributes(ent, 20, false);
natives.setPedCombatAttributes(ent, 292, true);
natives.setPedCombatRange(ent, 2);
natives.blockAllSpeechFromPed(ent, true, true);
natives.blockAllSpeechFromPed(ent, false, true);
natives.setPedKeepTask(ent, true);
natives.setEntityAsMissionEntity(ent, true, false);
natives.setPedCanRagdoll(ent, false);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ragemp-altv-bridge",
"version": "1.0.3",
"version": "1.0.4",
"description": "RAGE Multiplayer alt:V Bridge. This package provides a bridge between RAGE Multiplayer and alt:V. It allows you to use RAGEMP code in alt:V.",
"keywords": [
"ragemp",
Expand Down

0 comments on commit 5d3008b

Please sign in to comment.