LegAz

Results 12 issues of LegAz

According to the wiki, [Player:UniqueID](https://wiki.facepunch.com/gmod/Player:UniqueID) is deprecated and not guaranteed to be unique. So it's rellay necessary to use [Player:SteamID](https://wiki.facepunch.com/gmod/Player:SteamID) or simmilar functions, like it's done in `SetRagdolled` function: https://github.com/NebulousCloud/helix/blob/2ee383b6779daee5e4f44deb7b1424a91e9c46f6/gamemode/core/meta/sh_player.lua#L560

`DColorPalette`'s `OnValueChanged` function returns color without metatable as can be seen on [wiki page](https://wiki.facepunch.com/gmod/DColorPalette:OnValueChanged). Made this commit due to this issue being marked as bug in `DColorMix` `ValueChanged` function on...

Calling `PhysicsInit` while trying to create `PhysicsObject` ends with it having invalid AABB if model is `prop_ragdoll`, despite the entity itself having the valid ones. The result is simple -...

Call IsError instead of comparing IMaterial with string

bug