mdx_UniformMenu
EUP Menu - Save Outfit Command Documentation
Overview
The /saveeup
command allows authorized users to save their current outfit configuration in the Enhanced Uniforms Pack (EUP) menu. The command uses a PIN-based permission system to restrict access. Only users with the correct PIN can save an outfit.
Command Syntax
Parameters
PIN: A required PIN code to authorize the command.
Division: The division name under which the outfit will be saved.
Menu: The menu name where the outfit will be categorized.
Outfit Name: The name of the outfit to be saved.
Step-by-Step Usage
Open the Command Interface: To save an outfit, open the chat or command interface in your FiveM client.
Enter the Command: Type the command
/saveeup
followed by the required parameters. Ensure you replace<PIN>
,<Division>
,<Menu>
, and<Outfit Name>
with the actual values.PIN Verification: The system will check the entered PIN. If it matches the preset PIN, the command will proceed. If the PIN is incorrect, a notification will appear stating, "Incorrect PIN. You do not have access to this command."
Provide Division, Menu, and Outfit Name: If the division, menu, or outfit name are not provided as arguments, a dialog will prompt you to enter these details.
Division: Enter the division under which the outfit will be saved.
Menu: Enter the menu category.
Outfit Name: Enter a unique name for the outfit.
Save the Outfit: Once all required fields are provided and the PIN is verified, the outfit will be saved to the specified category in the EUP menu. A success notification will appear: "Outfit saved successfully!"
Troubleshooting
Incorrect PIN Notification: Ensure that you are using the correct PIN. Contact an admin if you are unsure of the PIN.
Missing Required Fields Notification: Double-check that you have entered all required fields: Division, Menu, and Outfit Name.
Additional Information
The PIN code can be set by modifying the
pin
variable in theclient.lua
script.
Please restart the resource after you've done /saveeup command
Last updated