Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing the name of a brand new character #5

Open
x1marT opened this issue Dec 8, 2018 · 10 comments
Open

Not showing the name of a brand new character #5

x1marT opened this issue Dec 8, 2018 · 10 comments
Labels
enhancement New feature or request

Comments

@x1marT
Copy link

x1marT commented Dec 8, 2018

When you join a server for the first time and create your first character esx_scoreboard does not read the character name, you need to log out and log in again to refresh it

@HumanTree92
Copy link

Yeah what you could do is say every 5mins it will refresh it. Only like 5lines of code.

@ElPumpo ElPumpo added the enhancement New feature or request label Dec 9, 2018
@ElPumpo ElPumpo self-assigned this Dec 9, 2018
@ElPumpo
Copy link

ElPumpo commented Dec 9, 2018

Easy to fix, I'll make so that esx_scoreboard listens to a esx_identity:characterUpdated event

@CruelAlpha
Copy link

Waiting on implementation 👍

@ElPumpo
Copy link

ElPumpo commented Jul 13, 2019

Its better if people implemented this themselves as it will be different depending on your code.

@ScaredDonut
Copy link

Seems to only show my OOC name regardless if I relog or not. I tried to restart the server as well. Might be doing something wrong

@MrSebas2023
Copy link

So, how would I show the current character name instead of steam name?

@ElPumpo ElPumpo removed their assignment May 12, 2020
@JoanEkaleo
Copy link

Does anyone know how to change from steam name to a Character name? with firtname and last name? been trying to change it.

@ScaredDonut
Copy link

Make a function that changes a players name to their RP name based on their identifier. That SHOULD work.

@JoanEkaleo
Copy link

Do u have the example of the function?
been trying to find it.

@ScaredDonut
Copy link

make a function that checks for identifier. Then do a select statement that matches against the identifier and the returns firstname and lastname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

7 participants