2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-28 15:45:31 +03:00
AMX Mod X module, using API regamedll & rehlds
Go to file
s1lentq 12b0573aa5 Added support Reunion API
Added new regamedll natives: rg_create_entity, rg_find_ent_by_class, rg_find_ent_by_owner, rg_get_weapon_info, rg_remove_all_items, rg_remove_item
Added hookchain CanBuyThis
Added native (reunion) get_client_data
2016-05-02 16:55:21 +03:00
buildSrc Initial implementation 2016-04-05 04:21:38 +06:00
gradle/wrapper Initial implementation 2016-04-05 04:21:38 +06:00
msvc Initial implementation 2016-04-05 04:21:38 +06:00
reapi Added support Reunion API 2016-05-02 16:55:21 +03:00
.gitignore Initial implementation 2016-04-05 04:21:38 +06:00
build.gradle Initial implementation 2016-04-05 04:21:38 +06:00
gradle.properties Initial implementation 2016-04-05 04:21:38 +06:00
gradlew Initial implementation 2016-04-05 04:21:38 +06:00
gradlew.bat Initial implementation 2016-04-05 04:21:38 +06:00
LICENSE Initial commit 2016-03-30 17:12:54 +06:00
publish.gradle Initial implementation 2016-04-05 04:21:38 +06:00
README.md Added build status to README.md 2016-04-05 05:21:04 +06:00
settings.gradle Initial implementation 2016-04-05 04:21:38 +06:00
shared_icc.gradle Trying inline getHook 2016-04-20 01:47:27 +03:00
shared_msvc.gradle Initial implementation 2016-04-05 04:21:38 +06:00
shared.gradle Initial implementation 2016-04-05 04:21:38 +06:00

Reapi Build Status

AMX Mod X module, using API regamedll & rehlds