Freakbammer
Huxley lover
Can somebody tell me what to delete in the C++ codes so that the chars won't save once they are made by the acc manager. Forgot wich code it was <.<
UPDATE players SET save =0;
PHP:UPDATE players SET save =0;
There is no need to do it in C++? ;O
i'm using Sqlite
Yes, and? It's the same thing.. All character will have a line called "save" just set it to 0.
What's the problem?
but when a player makes a new char save = 1 and i want it to be save = 0