sqlite read issue
#3

Same result, ingame i see an empty message maybe its just something wrong with the string but i just dont see it.

Edit: its not the string thats wrong it just doesnt do anything between this;

pawn Код:
if(db_num_rows(qresult) == 1)   //
{
db_get_field_assoc(qresult,"name",string,6);
format(string,sizeof(string),"%s",strval(string));
SendClientMessage(playerid,0xAFAFAFAA,string);
}
So my guess is i mixed up something else with the database part select from where :S
Reply


Messages In This Thread
sqlite read issue - by boelie - 14.03.2012, 17:19
Re : sqlite read issue - by Cyril59 - 14.03.2012, 18:53
Re: sqlite read issue - by boelie - 14.03.2012, 19:20
Re: sqlite read issue - by boelie - 16.03.2012, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)