RSD INTERACT [STANDALONE] by RSDEV








Change your ped/script interaction with a beautiful NUI


You can change :

  • Distance : in meter
  • Alignement : top or bottom
  • Type : circle, square, square-border, square-transform
  • color : Hexa (#FF5733), RGB (255, 87, 51), HSL (11, 80%, 60%) or basic (white, orange…)
  • text : before and after the key

You can direcly integrate a Trigger in your script without the config file


YOUTUBE VIDEO

TEBEX STORE


Config File

Config = {}

-- align : top or bottom        
-- type : circle, square, square-border, square-transform     
-- color : Hexa(#FF5733), RGB (255, 87, 51), HSL (11, 80%, 60%) or basic (white, orange...) 

Config.Interact = {
    [0] = 
        { 
            vector      = vec3(241.331879, -857.617554, 29.599976),
            distance    = 3,
            align       = "bottom",
            type        = "square",
            color       = "#75E6FF",
            text        = "PRESS",
            key         = "E",
            text2       = "CIRCLE..."
        },
    [1] = 
        { 
            vector      = vec3(233.142853, -854.426392, 29.802246),
            distance    = 3,
            align       = "bottom",
            type        = "square-border",
            color       = "#FFB800",
            text        = "PRESS",
            key         = "E",
            text2       = "SQUARE BORDER..."
        },                
}
Trigger directly on your script
-- Display : TriggerEvent('rsd_interact:addInteract', "top", "square-border", "#ff0000", "PRESS", "E", "TO INTERACT")
-- Do not Display : TriggerEvent('rsd_interact:closeInteract')

if #(vector3(coords) - vector3(pedcoords)) < 3 then
    TriggerEvent('rsd_interact:addInteract', "top", "square-border", "#ff0000", "PRESS", "E", "TO INTERACT")
    if IsControlJustReleased(1, 51) then
    -- YOUR CODE...        
    end
else
    TriggerEvent('rsd_interact:closeInteract')
end
Code is accessible No / Fivem Escrow
Subscription-based No
Lines (approximately) 500
Requirements No
Support Yes

Other FiveM & RedM Resources


FiveM
:fire: - RSD SkyDiving NUI
:fire: - RSD WindSurf
:fire: - RSD PauseMenu NUI
:fire: - RSD LoadingScreen
:fire: - RSD WashMachine NUI
:fire: - RSD PauseMenu NUI with REPORT
:fire: - RSD Interact
:fire: - RSD Advent Calendar NUI

MLO & MAPPING
:fire: - RSD[MLO] Luckywheels Motorcycle
:fire: - RSD[MLO] Paleto Bay Church
:fire: - RSD[MLO] Seoul Base
:fire: - RSD[MLO] Kortz Center Bunker
:fire: - RSD[MAP] Vinewood Rooftop
:fire: - RSD[MLO] Secret Base
:fire: - RSD[MLO] Little-Seoul Mafia/Yakuza/Triad
:fire: - RSD[MLO] Little-Seoul BigPack

RedM:
:fire: - RSD MapColor [FREE]
:fire: - RSD Note
:fire: - RSD Teleport
:fire: - RSD FastTravel
:fire: - RSD SaltyBlock
:fire: - RSD Photography
:fire: - RSD Phonograph
:fire: - RSD NUI
:fire: - RSD Paycheck
:fire: - RSD Weather
:fire: - RSD Ped
:fire: - RSD RailRobbery

1 Like