ESX INTEGRATION

To allow this script deleting player character do steps below!

Make sure you are using the multicharacter system in ESX and you have the newest version of esx_multicharacter

Go to esx_multicharacter/server/modules/database.lua

Add this lines

exports('deleteCharacter', function(source, charid)
    return Database:DeleteCharacter(source, charid)
end)