[RELEASE] [FREE] Faroeste Roleplay Framework - RedM

hello, i have a problem ,
my DB have a error

[Err] 1101 - BLOB, TEXT, GEOMETRY or JSON column ‘wanted’ can’t have a default value
[Err] – Copiando estrutura para tabela faroeste.characters
CREATE TABLE IF NOT EXISTS characters (
charid int(11) NOT NULL AUTO_INCREMENT,
user_id int(11) NOT NULL,
characterName varchar(50) NOT NULL,
level int(11) DEFAULT 1,
age int(11) DEFAULT 1,
xp int(11) DEFAULT 0,
wanted text NOT NULL DEFAULT ‘{}’,
groups bigint(20) NOT NULL DEFAULT 0,
metaData text NOT NULL DEFAULT ‘{}’,
is_dead int(11) DEFAULT 0,
PRIMARY KEY (charid),
KEY FK_characters_users (user_id),
CONSTRAINT FK_character_users FOREIGN KEY (user_id) REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
[Msg] Finished - Unsuccessfully

ido you run MySQL 8.0.13 or newer — or MariaDB 10.2.1 or newer. Prior to that version, MYSQL did not allow a DEFAULT value other than NULL for JSON columns. In MariaDB, JSON is an alias for LONGTEXT, which likewise (starting with version 10.2.1) allows DEFAULT values.


how i disable this black screen?

and how can i get admin access?

Hello fellas!
I’m rewriting the FRP Framework.

It’s still in a somewhat beta phase, so I’ll keep the code closed for now . If you have a genuine interest in helping, please send me a private message.

Once I finish some of the restructuring I’m working on, I’ll release the code as open source on github.com/faroeste-roleplay

My goal is to make FRP the best and most optimized framework in RedM.
And for that to happen, I’ll rely on the help of the entire community.

I’m working hard at the moment to rewrite part of the code to improve and bring innovations to the scene. I will keep everyone updated.

1 Like

I’m almost done finalizing the new character creation for the FRP Framework.

But I’m still facing some issues:

  • Clothes disappearing
  • Torn clothes
  • Skin color not applying to the entire body.

We’re making good progress with character creation.

After this step, I’ll finish the Inventory.

The interface supports multilingualism.

1 Like

Did update on post description and github repos