This is for legacy
Reskined
i have a problem, i use vex creator to create my character but the 2 scripts start on same time and i get stuck
I Cant Create a Char and it doesn’t show up in the Database hier is the error in the Console:
[ script:esx_identity] SCRIPT ERROR: @esx_identity/server/main.lua:111: attempt to index a nil value (local ‘xPlayer’)
[ script:oxmysql] Error: esx_identity was unable to execute a query!
[ script:oxmysql] Query: UPDATE users
SET name
= ?, firstname
= ?, lastname
= ?, dateofbirth
= ?, sex
= ?, height
= ? WHERE identifier = ?
[ script:oxmysql] [“Alex”,“Alessandro”,“Moretti”,“1996-03-24”,“m”,“193”,null]
[ script:oxmysql] Unknown column ‘name’ in ‘SET’
[ script:esx_skin] SCRIPT ERROR: @esx_skin/server/main.lua:14: attempt to index a nil value (local ‘xPlayer’)
Is there a Solution?