mirror of
https://github.com/rehlds/reapi.git
synced 2025-01-29 15:07:57 +03:00
Fix typo
This commit is contained in:
parent
b79c822fef
commit
46e1f0b5c6
@ -215,7 +215,7 @@ native WeaponIdType:GetGrenadeType(const entityIndex);
|
||||
* @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.
|
||||
|
@ -75,7 +75,7 @@ cell AMX_NATIVE_CALL amx_GetGrenadeType(AMX *amx, cell *params)
|
||||
* @param index Client 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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user