From 0decc0405a29a0c6c62894d38bd7098748836945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Z=C3=A1me=C4=8Dn=C3=ADk?= <95526294+Oneycs@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:34:29 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e495f710..8c47c55a 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,20 @@ Set FollowCSGOGuidelines to false in cssharp’s core.jcon config **Database error table does not exists:** Plugin is not loaded or configured with mysql credentials. Tables are auto-created by plugin. +**An error occured in Get....FromDatabase:** +If you used WeaponPaints and you update to newer version you could get this error. You need to add this queries to Database: +``` +ALTER TABLE wp_player_skins +ADD COLUMN weapon_nametag VARCHAR(128) DEFAULT NULL, +ADD COLUMN weapon_stattrak tinyint(1) NOT NULL, +ADD COLUMN weapon_stattrak_count int(10) NOT NULL, +ADD COLUMN weapon_sticker_0 VARCHAR(128) DEFAULT '0;0;0;0;0;0;0' COMMENT 'id;schema;x;y;wear;scale;rotation', +ADD COLUMN weapon_sticker_1 VARCHAR(128) DEFAULT '0;0;0;0;0;0' COMMENT 'id;schema;x;y;wear;scale;rotation', +ADD COLUMN weapon_sticker_2 VARCHAR(128) DEFAULT '0;0;0;0;0;0' COMMENT 'id;schema;x;y;wear;scale;rotation', +ADD COLUMN weapon_sticker_3 VARCHAR(128) DEFAULT '0;0;0;0;0;0' COMMENT 'id;schema;x;y;wear;scale;rotation', +ADD COLUMN weapon_sticker_4 VARCHAR(128) DEFAULT '0;0;0;0;0;0' COMMENT 'id;schema;x;y;wear;scale;rotation', +ADD COLUMN weapon_keychain VARCHAR(128) DEFAULT '0;0;0;0;0' COMMENT 'id;x;y;z;seed'; +``` ### Use this plugin at your own risk! Using this may lead to GSLT ban or something else Valve come with. [Valve Server guidelines](https://blog.counter-strike.net/index.php/server_guidelines/)