Mobius1 / esx_xp

XP Ranking System for FiveM
46 stars 23 forks source link

leaderboard busted #22

Open SkOODaT opened 3 years ago

SkOODaT commented 3 years ago

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

RadhwaneDZ commented 3 years ago

Same im using es extended v1 final and the identifier registred as number , there no license: How can i fix it ?