Server guide

Framework functions

Identifier


This function is used to get the user identifier

-- This is an example from the brnx-fiveboost qb.lua file

Identifier = function(source)
    return QB.Functions.GetPlayer(source)?.PlayerData.citizenid
end

Last updated