mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
feat(chars): enable or disable a specific character of a player (#43)
This commit is contained in:
@@ -2,3 +2,6 @@ CREATE TABLE `multicharacter_slots` (
|
||||
`identifier` VARCHAR(60) NOT NULL,
|
||||
`slots` INT NOT NULL
|
||||
);
|
||||
|
||||
ALTER TABLE `users`
|
||||
ADD `disabled` BIT NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user