mtasa-blue
                                
                                 mtasa-blue copied to clipboard
                                
                                    mtasa-blue copied to clipboard
                            
                            
                            
                        Add missing model ids and names scraped from .ide files
Adds all the missing model ids and names.
ids and names come from .ide files
btw...  Isn't all this info available run-time in CModelInfo?
No idea If it is let's retrieve it from there instead?
This list resolves model name -> id and vice versa.
CBaseModelInfo only has a hash of the name not the actual name. And CModelInfo::GetModelInfo(0x4C5940) hashes the name and goes over CModelInfo::ms_modelInfoPtrs and checks the hash to get you the id/modelinfo. But there is no way to get the name from the id.
Can be merged