Histórico de Curtidas
-
Tabalipa deu reputação a Rusherzin em (Resolvido)Ajuda com tabela sql players_itemsAbre teu SQLite pressione Alt + E e cole isso:
CREATE TABLE IF NOT EXISTS `player_items` ( `player_id` int(11) NOT NULL DEFAULT '0', `pid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `itemtype` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `attributes` blob NOT NULL ); E pressione F9