Winkarst-cpu

Results 9 issues of Winkarst-cpu

Don't save bots data as this can cause a Lua error and is a bit useless

Replace all ents.GetAll and player.GetAll to ents.Iterator and player.Iterator for performance reasons

Use GetInternalVariable instead of GetSaveTable for performance reasons

Resolves #2853 (will just need to change everything to get rid of warnings). - 180 new warnings in RobustToolbox. - 110 new warnings in SS14.

[``ScreenResolutionChanged``](https://github.com/NebulousCloud/helix/blob/f74ba9759789e0c588789d407a4ce512cecc2ddb/gamemode/core/sh_util.lua#L691) is literally [``OnScreenSizeChanged``](https://wiki.facepunch.com/gmod/GM:OnScreenSizeChanged) with different name.

https://github.com/Facepunch/garrysmod-requests/issues/100

Enhancement

Also replaces all the ``GM:SendDeathNotice`` calls with the ``hook.Run``.

Enhancement