14.03.2012, 19:20
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;
So my guess is i mixed up something else with the database part select from where :S
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);
}