This script allow you to create whatever interaction you want in a specific area,
such as place marker when you are close from a specific position or simply check variables.
It allows to launch a script when your player is close to the interaction point.
please read carefully this little code snippet to understand how does this script works
TriggerEvent('position:add',{--[[Interaction properties given with the purschase of the script.]]},function(value)
-- this function is called when the player is close enough to the point of interaction,
-- value gives the distance between the player and the interaction point
--here you can
-- - drawmarker
-- - wait interactions
-- - make safezone
-- - give informations
-- you can whatever you want
end)
Youtube - Preview this video shows only a minimum part of this script. It can be pushed up.
not available anymore if you search this script contact me.
