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
While these includes originally used lowercase naming, most of the rest of the SA:MP community - including the official includes and major includes and plugins use UpperCase. The naming here is somewhat legacy and should be brought up to date:
#pragma deprecated Use `FuncIDX`.
nativefuncidx(const name[]);
nativeFuncIDX(const name[]) = funcidx;
The text was updated successfully, but these errors were encountered:
I see no problem with this but it should be done in a separate branch because we can't know if someone uses one of the uppercase variants as a function name.
While these includes originally used
lowercase
naming, most of the rest of the SA:MP community - including the official includes and major includes and plugins useUpperCase
. The naming here is somewhat legacy and should be brought up to date:The text was updated successfully, but these errors were encountered: