- Joined
- Nov 13, 2006
- Messages
- 1,814
i think on replace every array on my map with hashtables but i got a question, could make problem if i use alot hashtable (like 40)?
i used array like this var[player number*50+nr], this way i was able to save more data/player but could be better to create 1 hashtable for each player...
like: player_stat_hashtable[0-12] = create hashtable()
i used array like this var[player number*50+nr], this way i was able to save more data/player but could be better to create 1 hashtable for each player...
like: player_stat_hashtable[0-12] = create hashtable()