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 799f0f8f82 Reworked rg_give_item, now returns the index of the entity.
Add native rg_get_user_footsteps, rg_set_user_footsteps, rg_remove_items_by_slot, rg_drop_item, rg_internal_cmd
2017-01-21 23:06:46 +07:00
buildSrc Add version upgrade to another resource. 2017-01-12 04:04:35 +07: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 Reworked rg_give_item, now returns the index of the entity. 2017-01-21 23:06:46 +07:00
.gitignore Add new hookschain's: BuyGunAmmo, BuyWeaponByWeaponID, 2017-01-15 21:56:39 +07:00
build.gradle Refactoring versioning 2017-01-05 16:27:59 +07:00
gradle.properties Add new hookschain's: BuyGunAmmo, BuyWeaponByWeaponID, 2017-01-15 21:56:39 +07: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 Update README.md 2017-01-13 02:23:22 +07:00
README.md Add more info about API dependencies. 2017-01-15 01:02:47 +07:00
settings.gradle Initial implementation 2016-04-05 04:21:38 +06:00
shared_icc.gradle Initial implementation 2016-04-05 04:21:38 +06:00
shared_msvc.gradle Simplification natives members 2017-01-11 20:47:13 +07:00
shared.gradle Initial implementation 2016-04-05 04:21:38 +06:00

Reapi Build Status Download

AMX Mod X module, using API regamedll & rehlds