im running the last esx v1 and my database saves identifiers as just the number with the fivem License, either "license:" needs to be added onto the esx db stuff or you need to strip it off when you grab it with GetPlayerLicense(playerId)..... i took the easy way for now to fix it
if license == v.license or license == "license:"..v.identifier then
im running the last esx v1 and my database saves identifiers as just the number with the fivem License, either "license:" needs to be added onto the esx db stuff or you need to strip it off when you grab it with GetPlayerLicense(playerId)..... i took the easy way for now to fix it
if license == v.license or license == "license:"..v.identifier then