Skip to content

Commit

Permalink
Update natives
Browse files Browse the repository at this point in the history
  • Loading branch information
gennariarmando committed Dec 21, 2023
1 parent 756a2a0 commit a918047
Show file tree
Hide file tree
Showing 2 changed files with 7,460 additions and 3,766 deletions.
10 changes: 0 additions & 10 deletions source/contributing.ixx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module;

#include <common.hxx>
#include <iostream>

export module contributing;

import common;
import natives;

class Contributing
{
Expand All @@ -17,13 +15,5 @@ public:
{
// Add your code here
};


FusionFix::onGameProcessEvent() += []()
{
Player playa = Natives::GET_PLAYER_PED(0);
int32_t health = Natives::GET_PED_HEALTH(playa);
std::cout << health << std::endl;
};
}
} Contributing;
Loading

0 comments on commit a918047

Please sign in to comment.