lze3 / custom-head-labels

A resource for https://github.com/citizenfx/fivem that shows player information (such as: server ID, name) above their respective ped.
https://fivem.net
13 stars 6 forks source link

Want to see a feature make its way into this script? Let me know by replying here! #1

Open lze3 opened 5 years ago

lze3 commented 5 years ago

Include the following:

Not required to follow the above guidelines, just make sure it makes sense and is legible.

LySoon commented 5 years ago

(Also your script is so so nice, i love it. ^^)

lze3 commented 5 years ago

Do you mean like only showing the label for admins only?

Also your script is so so nice, i love it. ^^

Thank you.

MatinHQ commented 5 years ago

Hello, Thanks for your awesome script, and thanks for sharing it for free, I have some ideas it would be great if you implement them to your script [1] Disable that ability players can see each other ID's through the walls because, in some RP servers, players will abuse that future [2] Add a future to display typing... tag above player heads when they are typing, it's same as talking... future, some people are slow at typing so that would be a great future for them

lze3 commented 5 years ago

[1] Disable that ability players can see each other ID's through the walls because, in some RP servers, players will abuse that future

Yea, that could be worked on.

[2] Add a future to display typing... tag above player heads when they are typing, it's same as talking... future, some people are slow at typing so that would be a great future for them

Hm, this would probably require some edits to places like the chat... or using NUI to see when the chat is open or so, then firing an event to let the client know. I'll see what I can do with this.

ryu2kk commented 5 years ago

Can you make this just to work with admins? Like, ONLY admins can see the info above the player's, because i wanted to use this like a admin only tool. I don't want players to see the info from each others. If you could make this, that would be awesome. I have another resource that makes it but its broken, it was idonlyforadmin by cheleber. Great resource brotha

ghost commented 5 years ago

Alternative to the wall thing mentioned by Matin. What is the feature? Show ID when talking How would it work? (Enable/disable within script) anyone who's in range of the talking user will see their ID above. So two people talking to eachother will see both their ID. Would it require additional commands? Nope Would it be restricted to certain people? Nope.

This is only an alternative though. If it's possible to prevent ID showing through walls then no worries .

RangerZL commented 4 years ago

I don’t know if your still updating this but i would love to see a feature for when someone’s typing and maybe a admin headlabel

BlinbD commented 4 years ago

I would love to see this include an ability to show when someone is typing. Often someone may be trying to post a /me and typing a good deal, and players walk away or don't know the person is typing an emote.

lze3 commented 4 years ago

For those inquiring about adding a 'typing' notation, that isn't possible, as the chat resource does not provide an API for getting a variable relative to if the chat box is open. So, without modifying the chat resource, this isn't possible.