![[Standalone] Dynamic Guides | FiveM Script main image](https://forum-cfx-re.akamaized.net/optimized/4X/8/c/a/8ca65f952a6ef25099c2fd86bec9695eb32a831d_2_690x388.jpeg)
Price
$6.99A script by fivecore
Price
$6.99This script allows you to create in-game guides showing locations, peds, vehicles and small images during the player’s gameplay.
Video Showcase: [Standalone] Dynamic Guides | FiveM Script
Documentation: Dynamic Guides Docs
Config = {} -- <- Don't touch this
Config.Default = {
title = 'Guide', -- Title of all spot with title undefined
time = 7000, -- Time in ms (1s = 1000ms) that all spot with time undefined will stay
}
Config.GetSpotCoordsCommand = 'getspot' -- Command to get the coords of spot based on the player's cam position
Config.Notify = function (msg, type) -- Use this to define your notification system
-- [GTA V DEFAULT]
BeginTextCommandThefeedPost("STRING")
AddTextComponentSubstringPlayerName(msg)
EndTextCommandThefeedPostTicker(true, true)
-- [QBCore Framework]
-- QBCore.Functions.Notify(msg, type)
end
Config.Locales = {
['waypoint_set'] = 'The location has been marked as a destination on your map.'
}
Config.Guides = {
--[[ This is the template to create new guides, check all options available here: https://fivecore.gitbook.io/home/scripts/dynamic-guides/usage
[''] = {
markBlip = vector2(0.0, 0.0),
spots = {
{
pos = -- Use /getspot in-game to get this.
title = '',
text = '',
time = 10000
},
}
},
]]--
}
Buy now at Fivecore Tebex Store for $6.99
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 500 |
Requirements | N/A |
Support | Yes |
No approved reviews found for this script yet.