qbcore-framework / qb-core

FiveM RP Framework Core :muscle:
GNU General Public License v3.0
582 stars 962 forks source link

Update GetPlayerByLicense in player.lua #1084

Closed Swellington-Soares closed 6 months ago

Swellington-Soares commented 7 months ago

The function as previously implemented did not make sense, since the user can have more than one character, and it would always only return the first record found by the license. Instead, search to see if any player is online and has the license specified in the search.

Description

Checklist