mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
fix get license
This commit is contained in:
@@ -60,7 +60,7 @@ AddEventHandler('kashactersS:CharacterChosen', function(charid, ischar)
|
||||
local spawn = {}
|
||||
if type(charid) == "number" and type(ischar) == "boolean" then
|
||||
SetLastCharacter(src, tonumber(charid))
|
||||
SetCharToIdentifier(GetRockstarID(src), tonumber(charid))
|
||||
SetCharToIdentifier(GetIdentifierWithoutLicense(GetPlayerIdentifiers(source)[2]), tonumber(charid))
|
||||
|
||||
if ischar == "true" then
|
||||
new = false
|
||||
|
||||
Reference in New Issue
Block a user