Documentation

Exports

Clientside Exports

Logout()

Logs the source/client out of the current character and goes back to the character select.

---@return nil
exports.vx_multicharacter:Logout()

Server Exports

Logout(client)

Logs the targeted/specified client out of their character and goes back to the character selection screen..

---@param client integer
---@return nil
exports.vx_multicharacter:Logout(client)

On this page