Skip to content

Commit

Permalink
Implementation of new Natives
Browse files Browse the repository at this point in the history
  • Loading branch information
lozatto committed Aug 16, 2024
2 parents b694fcf + 79de79d commit 06c280d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions reapi/src/natives/natives_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3661,15 +3661,15 @@ AMX_NATIVE_INFO Misc_Natives_RG[] =

{ "rg_send_death_message", rg_send_death_message },

{ "rg_player_traceattack", rg_player_traceattack },
{ "rg_player_takedamage", rg_player_takedamage },
{ "rg_player_takehealth", rg_player_takehealth },
{ "rg_player_killed", rg_player_killed },
{ "rg_player_addpoints", rg_player_addpoints },
{ "rg_is_player_alive", rg_is_player_alive },
{ "rg_is_player_net_client", rg_is_player_net_client },
{ "rg_get_player_gun_position", rg_get_player_gun_position },
{ "rg_is_player_bot", rg_is_player_bot },
{ "rg_player_traceattack", rg_player_traceattack },
{ "rg_player_takedamage", rg_player_takedamage },
{ "rg_player_takehealth", rg_player_takehealth },
{ "rg_player_killed", rg_player_killed },
{ "rg_player_addpoints", rg_player_addpoints },
{ "rg_is_player_alive", rg_is_player_alive },
{ "rg_is_player_net_client", rg_is_player_net_client },
{ "rg_get_player_gun_position", rg_get_player_gun_position },
{ "rg_is_player_bot", rg_is_player_bot },

{ nullptr, nullptr }
};
Expand Down

0 comments on commit 06c280d

Please sign in to comment.