getPlayerNameByIdentifier
returns first and last name of player by their citizenid
local name = ps.getPlayerNameByIdentifier('ABC12345')
print("Player name:", name)Last updated
returns first and last name of player by their citizenid
local name = ps.getPlayerNameByIdentifier('ABC12345')
print("Player name:", name)Last updated