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 681f1a3cd7 Natives without the dependencies moved in natives_common.
Closes #43 and some typo in amxx include files
Add native FClassnameIs
is_nullent will now check for the index 0 (behavior like FNullEnt) (Related #42)
2017-01-22 19:53:30 +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 Natives without the dependencies moved in natives_common. 2017-01-22 19:53:30 +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