fix broken link in "keks" comment
fix names with color codes coloring the whole console output.
Add NetId for the vehicles.
chat: fix help text and params in chat suggestions
Fixed help text and params not being added after using `chat:addSuggestion` by allowing a chat suggestion to be "updated" new information.
Caching removed suggestions
sessionmanager: adds empty client script to enable client to server remote callbacks
Fixes that if a suggestion is 'removed' before it is added due to conflicting resources, it will still show up.
Scaling Chat
Changed units to be flexable, aimed at 1080p to be as close to identical as possible but now scales bigger and smaller.
baseevents: fix killerpos value
fixed an xss vulnerability, where people could use html in their name to execute it on everyone's scoreboard.
Fixed a bug which disabled scrolling.
Fixed a bug where the PageUp & PageDown keys would not scroll the text chat up or down. A bug report & the solution that I've just applied can be found here: https://forum.fivem.net/t/chat-scrolling-using-pageup-pagedown-keys-is-broken-solution-provided/43063
Fixed raw templates being ignored when there is only one arg.
When there was just one arg and a raw template, the template got swaped out with CONFIG.defaultAltTemplateId
Fixed some chat stuff