You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a new option at the top of the handling menu that allows users to send configurations directly to the server developers.
Detailed Description:
Menu Integration: Add a new list item at the top of the handling menu for sending configurations.
Server Processing: When selected, the configurations should be sent to the server.
Formatting: The server must format the received configurations into XML.
Dispatch: The formatted XML should then be sent to server developers via a webhook.
This feature will streamline the process of sharing handling configurations, ensuring that developers receive the necessary data in a standardized format.
The text was updated successfully, but these errors were encountered:
there's a hack i used for EasyAdmin, to copy text to clipboard, it involves some NUI but would cut out the webhook-middleman, i also started some work regarding converting the Lua tables to XML over on my fork, there are some caveats with that whole ordeal (for example, complicating the config file loading a bit), but offers some benefits for future features, such as being able to filter out CBikeHandlingData or CFlyingHandlingData for vehicles for which these do not apply when the menu is opened.
Implement a new option at the top of the handling menu that allows users to send configurations directly to the server developers.
Detailed Description:
This feature will streamline the process of sharing handling configurations, ensuring that developers receive the necessary data in a standardized format.
The text was updated successfully, but these errors were encountered: