Nereziel / cs2-WeaponPaints

GNU General Public License v3.0
217 stars 55 forks source link

error with database.php #350

Closed JeoGit closed 2 weeks ago

JeoGit commented 2 weeks ago

image when trying to update and change skins I get this error, as well as the skins do not work in game

Oneycs commented 2 weeks ago

Add this column to your database:

ALTER TABLE wp_player_skins
    ADD COLUMN weapon_team int(1) NOT NULL;