[Release] Skin_customization V1.0

Thank you a lot! Especially about installation description, it was very useful for me as for novice in all this script/sql/server staff :blush:
I wish all the releases contained such descriptions

Good work man continue like that !

Ok i added the shirt customization, event trigger for weaponshop (if you use it), the choice for female is no more possible since you spawn with your male components then, and you want to spawn on a hospital upon death with your skin add this

TriggerEvent("skin_customization:OnDeath")

After

TriggerEvent('playerSpawned', spawn)

In resources/[system]/spawnmanager/spawnmanager.lua line 284
Not good to modify thoose files but i haven’t find another way yet
Download the file again

I spawn in the hospital but still unseen

Unseen; Problem but I can not find the menu


Any error in the server console or client console ?

So if I redownload it I will spawn directly whit the MP freemode player ?

Yes ofc dont forget to import the sql

Error with the new version :confused:

weird, the event is registered : RegisterServerEvent(“skin_customization:SpawnPlayer”)
When does it happen ?
Try to empty your server cache

Me too after emptying the cache and played there’s no mp_freemode skin and when I press F2 i have error in my console and there’s no menu appearing

When the server boot :confused: Sometimes error, sometimes no menu appearing

Server cache empty, same thing, F2 menu not appearing. I’m gonna stay with your old version and female skin, it’s the most important thing for me.

mybad, it’s fixed download again

Okay no problem friend, I’ll try and will tell you

can modifing the script just for the first spawn on the server as unique use by user?

It works perfectly good job my friend !

@lyzian in server.lua line 13 change

if result[1].identifier ~= nil then
        TriggerClientEvent("skin_customization:Customization",source,skin)
    else
        TriggerClientEvent("skin_customization:Customization",source,skin)
    end

by

if result[1].identifier == nil then
        TriggerClientEvent("skin_customization:Customization",source,skin)
end

I understand not I die and I am unseen an idea of the problem?

Bug text in the menu , no name item face, hairs ,clothes etc…

@boubi download it again i’ve fixed it
@Sqiual67 check both consoles for errors

woua thanks for your script I would test this later thanks very much