Logout System

Of course yes, you can logout with this system, if not, it wouldn't be the best Multicharacter on the market! Learn everything about the multicharacter system here and now, including its integrations or uses.

Can I disable the logout system with command?

Yes, you can disable the logout system using Config.BackCharCommand.

Can I rename the logout command?

Of course, you have the RegisterCommand in the configurable file with the name of said command and its event.


Integration of logout in other scripts

If you apply this in other scripts, please always review it with a developer.

The integration of this system is extremely easy, making use of the multicharacter event:backToCharacterSelect, this is on the server side. We will leave an example command to execute said event.

RegisterCommand('qs:logout', function()
    TriggerServerEvent('multicharacter:backToCharacterSelect')
end, false)

Last updated