This is untested with other players - hopefully it doesn't lead to a rejection. Needs latest change in client code, too.
- Log build in progress to console - webpack, not weebpack, weebs! - Add yarn.lock
* ton of stuf * more * system resources: added fxmanifest meta tags * manager resources: added fxmanifest meta tags * gameplay resources: added fxmanifest meta tags * gamemode resources: added fxmanifest meta tags * gameplay example resources: reverted descriptions * test resources: added fxmanifest meta tags * smol fixes * added author email + minor changes * fixed manifest file trailing line inconsistencies * Update fxmanifest.lua * Update fxmanifest.lua * Update fxmanifest.lua * Update fxmanifest.lua * Update fxmanifest.lua * Update fxmanifest.lua * Update fxmanifest.lua * Update fxmanifest.lua * Update __resource.lua * additional phrasing/branding changes Co-authored-by: PLOKMJNB <PLOKMJNB@users.noreply.github.com> Co-authored-by: Danish Khan <61810778+PLOKMJNB@users.noreply.github.com> Co-authored-by: Technetium <65681715+technetium-cfx@users.noreply.github.com> Co-authored-by: blattersturm <peachypies@protonmail.ch>
Updating the WebPack and Yarn builders so that they do not launch simultaneously. Compiling some modules simultaneously causes conflicts/crashes
fix names with color codes coloring the whole console output.
Add NetId for the vehicles.
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
Fixes that if a suggestion is 'removed' before it is added due to conflicting resources, it will still show up.
Changed units to be flexable, aimed at 1080p to be as close to identical as possible but now scales bigger and smaller.
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
This happens because Quake colors are meant to be only a single character, yet the regular expression uses the `+` operator.
Chat patch 1