Pirulax

Results 147 comments of Pirulax

IMHO, first fixing the other PR would be nice(the gtasa collision customization), because that also fixes setScale to resize the collision which is neat.

Also, remember, as MTA is 32 bits it can't use more than 4 GB of RAM, no matter if the user has 8 or 64. (Although, it is beneficial for...

`CCheckSum` is default initalized to null. (this is why the md5 is full null) And CCheckSum remains null if the file coudn't be opened(due to maybe the HTTP server still...

https://github.com/multitheftauto/mtasa-blue/blob/a4267de45f24564e02054a99dac13b9149fe6b2d/Client/mods/deathmatch/logic/CResource.cpp#L249 `dassert` is a debug-mode-only `assert`. So it does nothing in release. Basically what I think is happening, that a resource include tries to start this resource while it's files...

This also seems to happen if theres a space in the filename. Space in the path causes inconsistencies. Eg.: `files/vehicle 10.dff` would cause the server to not update the file,...

We could make the error more specific by using Win32 API stuff to open the file instead of C stdio (So like using CreateFile instead of `fopen`). Also.. Maybe by...

btw... Isn't all this info available run-time in `CModelInfo`?

Yeah, i failed miserably with merging the other PR, and accidentally leaving it in there. **Im ashamed of my stupidity.**

*Do changes to the macro in shared element defs as suggested* Actually, I've deleted it, and replaced it with a function.

Well, rebasing was totally unnecessary... I could've cherry picked... Well, nvm now I guess.