You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In API.sp on the Native_RemoveClientFeature feature should be arg2, in git repo client and feature are both arg1
public int Native_RemoveClientFeature(Handle hPlugin, int iNumParams)
{
int iClient = GetNativeCell(1);
if (CheckValidClient(iClient))
{
char szFeature[64];
GetNativeString(1, SZF(szFeature));
...
}
The text was updated successfully, but these errors were encountered:
In API.sp on the Native_RemoveClientFeature feature should be arg2, in git repo client and feature are both arg1
The text was updated successfully, but these errors were encountered: