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
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
- RSD SkyDiving NUI
- RSD WindSurf
- RSD PauseMenu NUI
- RSD LoadingScreen
- RSD WashMachine NUI
- RSD PauseMenu NUI with REPORT
- RSD Interact
- RSD Advent Calendar NUI
MLO & MAPPING
- RSD[MLO] Luckywheels Motorcycle
- RSD[MLO] Paleto Bay Church
- RSD[MLO] Seoul Base
- RSD[MLO] Kortz Center Bunker
- RSD[MAP] Vinewood Rooftop
- RSD[MLO] Secret Base
- RSD[MLO] Little-Seoul Mafia/Yakuza/Triad
- RSD[MLO] Little-Seoul BigPack
RedM:
- RSD MapColor [FREE]
- RSD Note
- RSD Teleport
- RSD FastTravel
- RSD SaltyBlock
- RSD Photography
- RSD Phonograph
- RSD NUI
- RSD Paycheck
- RSD Weather
- RSD Ped
- RSD RailRobbery