2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-02-06 10:40:35 +03:00
This commit is contained in:
s1lentq 2020-05-14 15:53:37 +07:00
parent b79c822fef
commit 46e1f0b5c6
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ native WeaponIdType:GetGrenadeType(const entityIndex);
* @param viewEntity Entity index * @param viewEntity Entity index
* *
*/ */
native engset_view(const index, const const viewEntity); native engset_view(const index, const viewEntity);
/* /*
* Gets the return index of the current view entity on a client. * Gets the return index of the current view entity on a client.

View File

@ -75,7 +75,7 @@ cell AMX_NATIVE_CALL amx_GetGrenadeType(AMX *amx, cell *params)
* @param index Client index * @param index Client index
* @param viewEntity Entity index * @param viewEntity Entity index
* *
* native engset_view(const index, const const viewEntity); * native engset_view(const index, const viewEntity);
*/ */
cell AMX_NATIVE_CALL amx_engset_view(AMX *amx, cell *params) cell AMX_NATIVE_CALL amx_engset_view(AMX *amx, cell *params)
{ {