Sqlite lil help again :b
#4

Either way that's not the code you should be sharing, but the code where you insert his information (or register) the player into the database. And as Lorenc_ pointed out, make sure you have an active database connection.

EDIT: Did you possibly insert users with the same user name into the database? If that would be true, your code will not work, and you'll need to check if only one result was fetched from the database
pawn Code:
if( db_num_rows( result ) == 1 )
Reply


Messages In This Thread
Sqlite lil help again :b - by FireCat - 20.08.2011, 14:25
Re: Sqlite lil help again :b - by Lorenc_ - 20.08.2011, 14:43
Re: Sqlite lil help again :b - by FireCat - 20.08.2011, 14:46
Re: Sqlite lil help again :b - by Bakr - 20.08.2011, 14:48
Re: Sqlite lil help again :b - by Lorenc_ - 20.08.2011, 14:48

Forum Jump:


Users browsing this thread: 3 Guest(s)