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`.
native funcidx(const name[]);
native FuncIDX(const name[]) = funcidx;
While these includes originally used
lowercasenaming, 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: