Hello, I would like to know how I can change so that the name of the character is displayed at all times and not the name of steam, I have basic knowledge of LUA, I have tried to do some things based on scripts that reproduce the citizen’s name but without success any.
Is there a way to modify the scripts so that they show the citizen name and not those of Steam?
Get there name from server-side. You need to use the function called xPlayer.getName(), if I remember correctly. You can look it up in the documentaion.
If you are talking about first and last name, you can use mysql functions on mysql-async such as fetchAll. If you are talking about the steam name, use getName() as @chip said.