Hi guys i need to do a script that return name and surname of the id that i give.
Thanks to everyone that will answer
vRP.getUserIdentity({user_id, function(identity)
— this returns all the fields from vrp_user_identities in the db
print(identity.firstname..” “..identity.name)
end})
and how can i get steam name?
@Federico_Ferri Take a look at the documentation https://docs.fivem.net/