FiveEYZ / esx_kashacter

esx_kashacters fixed for latest version of ESX.
https://github.com/KASHZIN/kashacters
13 stars 30 forks source link

Characters wont save to database. #20

Open Dozer1991 opened 4 years ago

Dozer1991 commented 4 years ago

Hi! Im currently getting this error

SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed: Argument at index 1 was null.

callback (@esx_identity/server/main.lua:88) ref (@esx_identity/server/main.lua:47) (@mysql-async/mysql-async.js:15543)

Followed the the guide and i get this error as soon as i hit create/submit on the esx_identity menu. I see the database updating the User_Lastcharacter table with correct license but in the USERS table nothing at all ??

Running the linked esx_kashacters,esx_identity,esx_status. Aswell as es_extended V1. Been moving the start order around abit but no diffirence.

What am i missing ?

ColeT3tr3x commented 4 years ago

Same problem, any updates?

madhatter23412 commented 4 years ago

Try this Esx_Identity 1.4.0 SCRIPT ERROR: @esx_identity/server/main.lua:198: attempt to index a nil value (local 'currentIdentity') Spawning as Michael In esx_identity/server/main.lua find line 134

131 else 132 for k,v in ipairs(GetPlayerIdentifiers(playerId)) do 133 if string.match(v, 'license:') then 134 identifier = string.sub(v, 9) <------ should say identifier = v break end end end

Basically the same step you do in es_extended. for onPlayerJoined(playerId)