1.1, Add new natives, entity types

This commit is contained in:
Kyle
2021-03-31 11:42:50 +08:00
parent 0fa5a52caf
commit 1b95cb6fb5
5 changed files with 92 additions and 31 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ private:
void UnhookEntity(int index);
};
inline bool IsEntityIndexInRange(int i) { return i >= 1 && i < 2048; }
inline bool IsEntityIndexInRange(int i) { return i >= 1 && i < MAX_EDICTS; }
#endif