mirror of
https://github.com/rehlds/reapi.git
synced 2025-04-10 19:40:14 +03:00
Implementation of new Natives
This commit is contained in:
commit
06c280daa5
@ -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 }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user