[Release] Coords Pack - Include copy Coords to clipboard and TPC

Coords Mini Pack🤙

Simple and useful!


What do this resource do?

- Copys your current coords to clipboard (Just like CTRL C) ;)
- And has an command where you can TP to coords!

How to use? 👨🏾‍🏫

- /coords (To Copy your current coords to Clipboard)
-/tpc x,y,z (Tp to coords)

How to Install

- Drag and drop the resource into your server.
- Start the resource in server.cfg

Requirements 👍

- None

Download

- Github
16 Likes

oh u are a lifesaver <3

I using vMenu for coords :smiley: but copy - paste I think good, thanks

Its simple and quick:)

Simple but good script


Thanks

This is really useful! Thanks for the great release!

Love it, would be awesome if you could make it save to a file and do a text pop to put what the coord is.

For example:

-- Misson Row PD
x = xxx.xx, y = xxx.xx, z = xxx.xx, h = xxx.xx

You know, vmenu coords, show coords on screen they are great and all but a script that copies the coords so you can paste them where ever and whenever you want. Now that’s what I need. Superb!

Not hard to do:) Maybe i can add a config, with this. So people can decide for themselves, if they want that or not.

1 Like

I hope i made some things a bit easyer for you:)

i was thinking the same to be honest kinda like the rest of the coords scripts out there lol

You should add copy legs coords

I dont know, if you tried to reply to @UnboundGodz or me.
If it was for me. How do you see this resourse like the rest of the coords scripts out there? I dont think you can find a single coord script that copy your coords to your clipboard.
This was made for devs, so they can work quicker, insted of using so mutch time to type the coords, or going into a file where it saved, to then copy it and paste it in your code.

pretty much like the script that coords to txt

Just this is kinda easyer:)) And not need to have an extra file too.
I think all coords scripts are gonna be the same one way, i mean every coords script do the same… And thats giving you the coords, lol

spose lol nice work anyways <3

good stuff, simple and pretty…

Any idea how to add the Heading into it?

RegisterCommand('coords', function(source, args, rawCommand)
        local ped = PlayerPedId()
	local coords = GetEntityCoords(ped)
	SendNUIMessage({
		coords = ""..coords.x..","..coords.y..","..coords.z..", HEADING: "..GetEntityHeading(ped)..""
	})
end)

client.lua :slight_smile:

2 Likes

Don’t listen to some of these tools great script and thank you for releasing it. Like you said its for devs and the clipboard feature is a true time saver.

1 Like