[Solved] Loading Skin Issue

my esx_skin not working

i joined my server i registerd i made a character like face,hair,cloths etc
after that every time i join it doesnot load my character instead every time i join i get a new character

1 Like

Ensure you have the “skin” field i think it is on the user database.

yes i have skin field in user db

Show us your whole server.cfg if possible

set mysql_connection_string “server=localhost;uid=root;password=;database=es_extended”

These resources will start by default.

ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure â– â– â– â– â– â– â– 
ensure scoreboard

start mysql-async
start es_extended

start esx_menu_default
start esx_menu_list
start esx_menu_dialog

start esx_identity
start esx_skin
start skinchanger
start cron

start esx_addonaccount
start esx_addoninventory
start esx_billing
start esx_datastore
start esx_license
start esx_service
start esx_society
start esx_vehicleshop
start esx_policejob

set mysql_debug 1

sv_scriptHookAllowed 0

sets tags “default”

sets locale “root-AQ”

sv_hostname “FXServer, but unconfigured”

set temp_convar “hey world!”

add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don’t allow quit
add_principal identifier.steam:11000013e61bd7c group.admin # add the admin to the group

add_principal group.admin group.user
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow

sv_endpointprivacy true

onesync_enabled true

sv_maxclients 32

and on heidi show us the db name

change this aswell to what i put:

set mysql_connection_string “server=localhost;database=es_extended;userid=root;”
set es_enableCustomData 1

also show me your console aswell are there any errors?

image

1 Like

did you add the stuff to your server.cfg ?

1 Like

yes iv done that but it not fixed

I dont know the exact solution , i just replaced esx_skin and skinchanger with new esx_skin and skinchanger that i downloaded from another site and its working fine now

these are the files that i replaced with them and now skin working fine

https://www.mediafire.com/file/im2ekxdd9957pyh/skin.zip/file

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.