Iván Máximiliano, Lo Giudice

Results 3 issues of Iván Máximiliano, Lo Giudice

If i use is_entity(0) it's return TRUE Must fix in this line https://github.com/s1lentq/reapi/blob/65083757b21fe36e5f00c4e8cc411fdf92e72884/reapi/src/natives/natives_misc.cpp#L1850 ``` if (nIndex < 0 || nIndex > gpGlobals->maxEntities) { ``` to ``` if (nIndex < 1...

Fix from https://github.com/antfu/eslint-config/pull/152 , credit to [kecrily](https://github.com/kecrily)

scope:rule