Search Results
Quote: Originally Posted by Jefff 1. Set all house id array to -1 before creating in OnGameModeInit 2. pawn Код: for(new i = 0, id; i < MAX_HOUSES; i++){    if(HouseInfo[i][hID] &...
99
Hello, I'm looking for a method to sort enumerators' IDs. Example: Houses' enum have a limit of 500. I've created the houses ID 0, 1, 2, 3, 5, 10. Now I want that ID 5 became ID 4, and ID 10 became ID...
99