Tizzi / fivem-Character-Creator

40 stars 38 forks source link

fivem-Character-Creator

Compatible with esx_skin and skinchanger Features:

*Camera

installation : copy to resource folder and start it in server.cfg to call the menu add this line in esx_identity:

    if reason == "" then
        TriggerEvent('mpcreator:OpenMenu')  --##########Call Character creator#######
        TriggerServerEvent('esx_identity:setIdentity', data, myIdentifiers)
        EnableGui(false)
        Citizen.Wait(500)
    else
        ESX.ShowNotification(reason)
    end

https://media.discordapp.net/attachments/591119949557399563/591854291312967703/unknown.png Github : https://github.com/Tizzi/fivem-Character-Creator