Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

PAID GIF_LOGO_MANAGER_ESX

Domi434

Member
Joined
Jul 4, 2022
Messages
1
Reaction score
0
Points
146
Location
italia


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.
The system leverages oxmysql for database interaction and ensures settings persist across sessions. Default values are automatically applied to new users and can be customized in the config.lua file.
 
Top