![[STANDALONE] GTA VI Inspired Interaction Menu [PAID] main image](https://forum-cfx-re.akamaized.net/optimized/4X/9/7/e/97e7aa35e50979690d7fbfe5c70eca50eb5adbc1_2_690x388.jpeg)
![[STANDALONE] GTA VI Inspired Interaction Menu [PAID] thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/9/7/e/97e7aa35e50979690d7fbfe5c70eca50eb5adbc1_2_690x388.jpeg)
![[STANDALONE] GTA VI Inspired Interaction Menu [PAID] thumbnail 2](https://img.youtube.com/vi/iwVs8MkOV3I/maxresdefault.jpg)
![[STANDALONE] GTA VI Inspired Interaction Menu [PAID] thumbnail 3](https://forum-cfx-re.akamaized.net/original/4X/a/e/a/aeaf702ef72d5be21db90f464530ec1bed7ff910.png)
![[STANDALONE] GTA VI Inspired Interaction Menu [PAID] thumbnail 4](https://forum-cfx-re.akamaized.net/original/4X/0/0/2/002e113484ec249ed4f9dd9fa61916884e99cc83.jpeg)
Price
$11.99A script by an-services
Price
$11.99
This is a development resource so you will need some basic coding knowledge to implement it with your scripts but soon I will be releasing scripts that will make use of this tool.
Link to the video ( Just in case )
exports["an_interMenu"]:add({
entity = entity, -- if you want to show the interaction menu on an entity, then use this and comment the one below
coords = coords, -- if you want to show the interaction menu on specific coords, then use this and comment the one above
actions = { -- check the demo on the client.lua for more information
[1] = {key = "X", label = "label", event = "SVevent:name", type = "sv", args = { entity = targetEntity }, useDist = 1.5 },
[2] = {key = "Y", label = "label", command = "command args1 args2 args3", useDist = 3.0 },
[3] = {key = "E", label = "label", event = "CLevent:name", type = "cl", args = {}, useDist = 6.0 },
},
showDist = 8.0,
offset = {x = 1.0, y = 2.0, z = 1.0}, -- this is used to set an offset for the menu when using an entity
handle = "something_unique_14581" -- a unique name ( must be different each time you add a new menu ) - used to identify interaction menus
})
exports["an_interMenu"]:hide("something_unique_14581") -- use the same unique name that you typed when adding the interaction menu
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | ~ 600 |
Requirements | N/A |
Support | Yes via dc |
No approved reviews found for this script yet.