SA-MP Forums Archive
[Ajuda] SQLite PROBLEMAS ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] SQLite PROBLEMAS ! (/showthread.php?tid=620162)



[RESOLVIDO] SQLite PROBLEMAS ! - iSoaD - 27.10.2016

galera, adicionei alguns sistemas ao meu servidor e estou utilizando SQLite, fiz tudo certinho pediu pra criar a tabela eu criei porem agora estб dando esse erro > e toda vez que o usuario reconecta no jogo tб tudo zerado

PHP код:
[22:22:47BUD v1.0.5 BETA loaded.
[
22:22:47Number of vehicle models31
[22:22:47BUD NoticeUnable to check for updatesinternal error code 1.
[22:23:24] [connection127.0.0.1:51380 requests connection cookie.
[
22:23:25] [connectionincoming connection127.0.0.1:51380 id0
[22:23:26] [joinMrOvelha has joined the server (0:127.0.0.1)
[
22:23:31BUD ErrorThe number of type definitions doesn't match the number of entries passed to BUD::MultiGet; typedefs: 44, entries: 45.
[22:23:31] [INV] MrOvelha[0]'
s inventory loaded.
[
22:23:40BUD ErrorThe number of type definitions doesn't match the number of entries passed to BUD::MultiSet; typedefs: 44, entries: 45. 



Re: SQLite erro no console - iSoaD - 27.10.2016

Consegui resolver

pra quem estiver com esse problema como euadicionei 1 tabela no sql eu aciionei +1 "i" no multiset

ficando assim

PHP код:
    BUD::MultiSet(ReturnID(playerid),"iiiiiiiifffiiiiiiiiiiiiiiiiiiiifiiiiiiiiiiiii"
e o multiget do mesmo jeito


Re: SQLite PROBLEMAS ! - ClaudioF - 27.10.2016

Recomendo que faзa seu sistema de salvamento em MySQL, a final se conseguiu fazer um sistema de salvamento em SQL simples, vai conseguir em MySQL. Abraзos !