SA-MP Forums Archive
[FilterScript] Group System [Sqlite(EasyDB)] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Group System [Sqlite(EasyDB)] (/showthread.php?tid=582444)

Pages: 1 2


Re: Group System [Sqlite(EasyDB)] - Venom546 - 17.10.2018

Quote:
Originally Posted by Lokii
Посмотреть сообщение
done after that this problem created

Код:
[easydb.inc] - NOTICE: The database "Group.db" doesn't exist; it will be created.
[easydb.inc] Include loaded (build 3)
[easydb.inc] - NOTICE: The table "Groups" doesn't exist; attempting to create it.
[easydb.inc] - NOTICE: The table "GroupMembers" doesn't exist; attempting to create it.
[easydb.inc] - NOTICE: The column "GroupName" doesn't exist; attempting to create it.
[easydb.inc] - NOTICE: The column "GroupMotd" doesn't exist; attempting to create it.
[easydb.inc] - NOTICE: The column "UserName" doesn't exist; attempting to create it.
[easydb.inc] - NOTICE: The column "GroupName" doesn't exist; attempting to create it.
[easydb.inc] - NOTICE: The column "GroupLeader" doesn't exist; attempting to create it.
while when i on the server and now when i join game and trying to use /creategroup its not working :/


Re: Group System [Sqlite(EasyDB)] - KinderClans - 17.10.2018

Go to scriptfiles folder and check if Group.db exists. Then restart the server.