-
Notifications
You must be signed in to change notification settings - Fork 48
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
Comments
Yeah what you could do is say every 5mins it will refresh it. Only like 5lines of code. |
Easy to fix, I'll make so that esx_scoreboard listens to a |
Waiting on implementation 👍 |
Its better if people implemented this themselves as it will be different depending on your code. |
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 |
So, how would I show the current character name instead of steam name? |
Does anyone know how to change from steam name to a Character name? with firtname and last name? been trying to change it. |
Make a function that changes a players name to their RP name based on their identifier. That SHOULD work. |
Do u have the example of the function? |
make a function that checks for identifier. Then do a select statement that matches against the identifier and the returns firstname and lastname. |
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
The text was updated successfully, but these errors were encountered: