Hidden link for visitors, to see
Log in or register now.
System Description: This FiveM script allows for the customized management of a GIF logo displayed through an NUI interface (HTML/CSS/JavaScript). Users can:
- Move the GIF: Using the gifmove command, players can enable mouse control to drag the GIF across the screen.
- Resize the GIF: The mouse wheel can be used to adjust the GIF's size, with a minimum limit of 50 pixels.
- Save settings: The gifsave command saves the position (pos_x, pos_y) and size (size) to a MySQL database (table gif_settings), linked to the player's unique identifier (identifier).
- Load settings: Upon startup, the system retrieves saved settings from the database for each player. For new users, default values defined in config.lua (pos_x = 1280, pos_y = 720, size = 140) are applied and logged on their first entry.