Bug fixes

This commit is contained in:
Jackzie 2024-07-21 10:49:44 -05:00
parent cfa976cd95
commit 848fa7e76e
9 changed files with 1102 additions and 1050 deletions

View file

@ -415,7 +415,7 @@ int GetSpawnedIndex(int client, int index) {
}
return -1;
}
#define MAX_SEARCH_RESULTS 10
#define MAX_SEARCH_RESULTS 30
ArrayList SearchItems(const char[] query) {
// We have to put it into SearchData enum struct, then convert it back to ItemResult
LoadCategories();