[RELEASE] hackee-playerpoint | Let players set private blips/waypoints

:camera: Preview

:video_camera: Demo

:memo: Summary

This resource allows players to create and save their own private blips/waypoints. If you have a server with a lot of secret locations, this allows players to keep track of them as they are discovered. Player data is saved to a json file, making this compatible with any server.

You can add points through the U.I. by pressing B or you can use the commands:

/addpoint <blipID> <blipName>
/removepoint <blipName>

:speech_balloon: Updates

Currently you can only remove points via the command.

:package: Dependencies

  • None! It’s standalone :sunglasses:

:computer: Source Code

Github

:floppy_disk: Download

Github Download

16 Likes

dis be hittin doe

1 Like

great realase

1 Like

cool release ! But with this you can add more than 100 blips?

Im not sure, I haven’t tested adding that many blips.

Give it a try and report back :slightly_smiling_face:

Will the blips still be there after you leave server and come back?

i would assume so, as it saves in a json file

1 Like

Slick release!

2 Likes

no you cant

the tablet doesn’t close you need to restart the script for it to go away

How did you try to close it? Can’t fix it if I don’t know how to reproduce the error

with the quit and the submit button the submit button makes the blip but it doesn’t close and the quit button does nothing

Working fine for me. You probably have some other shit running conflicting with it.

If you cant figure it out, add this to client.lua, then type /nui in chat to fix.

RegisterCommand('nui', function(source, args)
  SetNuiFocus(false, false)
end, false)

Very unique :slight_smile: Big fan of the NUI work.

1 Like

Love it!

1 Like

fantastic work

1 Like

great release

2 Likes

looks awesome nice work, adding an item check would be cool too.

Hey great work with the script. I am tho having one problem that has been addressed above. When I open the hud I get stuck in it and I can’t put down any waypoints… If I just use the chat command it works fine tho. Also, I’ve been looking for the place where I can change the key to open hud and I can’t find it, if you could tell me where it is I would appreciate it. Keep up the good job.

2 Likes

i am also having this issue