18.12.2024

Updates v1.0.0

  • Added spawn protection:

    • When this setting is enabled (true), if a player logs out and then back in within a time shorter than the value specified in the config, they will automatically spawn at their last location.

  • Full compatibility added with Quasar Housing.

  • A few minor bug fixes.

modified:   client/client.lua
modified:   client/editable.lua
modified:   configs/spawnSelectorConfig.lua
modified:   fxmanifest.lua
modified:   server/qsHousing.lua
modified:   server/server.lua
modified:   sql.sql

SQL :

CREATE TABLE IF NOT EXISTS `tgiann_multichar_last_logout` (
  `citizenid` varchar(50) DEFAULT NULL,
  `unixtime` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

Last updated