HumanTree92 / esx_extraitems

Extra Items for FiveM ESX Legacy
http://velocitientertainment.com/
47 stars 30 forks source link

Missing sql Save user database on sql bulletproof. #45

Closed ghost closed 2 years ago

ghost commented 2 years ago

CREATE TABLE player_vests ( identifier varchar(255) NOT NULL, armour int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

ALTER TABLE player_vests ADD PRIMARY KEY (identifier);

HumanTree92 commented 2 years ago

Nope. Has nothing to do with this script.